Mercurial > hg > dhcpcd
changeset 1419:4f870dcf18dd draft
Add a comment about enabling a ClientID.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sun, 20 Sep 2009 16:20:31 +0000 |
| parents | f37ef3532440 |
| children | 21d566ab5385 |
| files | dhcpcd.conf |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.conf Sat Sep 19 14:25:48 2009 +0000 +++ b/dhcpcd.conf Sun Sep 20 16:20:31 2009 +0000 @@ -3,6 +3,10 @@ # Inform the DHCP server of our hostname for DDNS. hostname +# To share the DHCP lease across OSX and Windows a ClientID is needed. +# Enabling this may get a different lease than the kernel DHCP client. +# Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box. +#clientid # A list of options to request from the DHCP server. option domain_name_servers, domain_name, domain_search, host_name
