busybox: udhcpc source IP rebind patch
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)
commit64c4214b7a3fb6a04a07e23ddff2b304862d7fb5
tree3cb82f762368daf1a75972cb1ef2634452541bad
parent2d75b782e849797316198039f4f169beeb540f17
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]