netifd: Send DHCP release when client exits
authorLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:36:10 +0000 (22:36 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:36:10 +0000 (22:36 +0000)
Let DHCP client send a release when it exists so the DHCP server is
informed the IP address is released and allowing to clean up IP/mac
state info in intermediate devices.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 49321

package/network/config/netifd/files/lib/netifd/proto/dhcp.sh

index 0e88af9e96ad85e7c51ff0b497ce71342d2d1568..546e1d661a788988064fed50a564ec2680f81476 100755 (executable)
@@ -52,7 +52,7 @@ proto_dhcp_setup() {
        proto_run_command "$config" udhcpc \
                -p /var/run/udhcpc-$iface.pid \
                -s /lib/netifd/dhcp.script \
-               -f -t 0 -i "$iface" \
+               -f -R -t 0 -i "$iface" \
                ${ipaddr:+-r $ipaddr} \
                ${hostname:+-H $hostname} \
                ${vendorid:+-V $vendorid} \