busybox: udhcpc source IP rebind patch
authorSteven Barth <steven@midlink.org>
Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)
commit139153ff6c4d3fc3d7335bc7d5836a8cf26a62c9
tree3cb82f762368daf1a75972cb1ef2634452541bad
parentb37fc42ba75a909df07cbfe8336b9a66f4cf5c42
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40878 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/busybox/patches/204-udhcpc_src_ip_rebind.patch [new file with mode: 0644]