busybox: udhcpc source IP rebind patch
authorSteven Barth <cyrus@openwrt.org>
Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)
committerSteven Barth <cyrus@openwrt.org>
Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)
commit50b663de47776e58c790488f6da914ce77eb5347
treebacc3da802c731cb88e5f9124305a2c65950abde
parent83ccc9a8f64339427e25b1bc1e546e165fef1dc8
busybox: udhcpc source IP rebind patch

Patch sets the source IP address of DHCP request messages during rebind to the IP address
assigned to the udhcpc client. Source address 0.0.0.0 can only be used by a client prior
to obtaining its IP address (see RFC2131 ยง 4.1). Source IP address behavior lines up now with
the ISC dhcp client implementation for DHCP request messages during rebind and DHCP release
messages.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 40878
package/utils/busybox/patches/204-udhcpc_src_ip_rebind.patch [new file with mode: 0644]