diff options
| author | Roy Marples <roy@marples.name> | 2008-11-17 17:25:54 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-17 17:25:54 +0000 |
| commit | c989b02361577d2227094cd396c760c1df39e697 (patch) | |
| tree | 26f80acaa0af8a0b830dc9983a69681276faf0bf /README | |
| parent | 228181a8118f4faed4f67ead567bcf2e8696cf42 (diff) | |
| download | dhcpcd-c989b02361577d2227094cd396c760c1df39e697.tar.xz | |
We no longer send a ClientID by default. This is so we now mirror the kernel DHCP client and can re-use its lease by default. To retain the old behaviour, simply add clientid to dhcpcd.conf.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -dhcpcd-4 - DHCP client daemon +dhcpcd - DHCP client daemon Copyright 2006-2008 Roy Marples <roy@marples.name> @@ -43,9 +43,13 @@ make HOOKSCRIPTS=50-ntp install Compatibility ------------- -dhcpcd-4.1 is only fully command line compatible with dhcpcd-4.0 +dhcpcd-5.0 is only fully command line compatible with dhcpcd-4.0 For compatibility with older versions, use dhcpcd-4.0 +dhcpcd no longer sends a default ClientID for ethernet interfaces. +This is so we can re-use the address the kernel DHCP client found. +To retain the old behaviour of sending a default ClientID based on the +hardware address for interface, simply add the keyword clientid to dhcpcd.conf. ChangeLog --------- |
