netifd: Send DHCP release when client exits
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>
This commit is contained in:
parent
3df4eaf22b
commit
81a5f1ac9e
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue