Skip to content

Commit

Permalink
netifd: Remove hardcoded DHCP release option
Browse files Browse the repository at this point in the history
Remove the udhcpc -R release option as sending a DHCP release
is configurable via the uci option release.

Signed-off-by: Hans Dedecker <[email protected]>
  • Loading branch information
dedeckeh authored and wigyori committed Jul 20, 2016
1 parent 0d4e2cc commit 5d4d8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ proto_dhcp_setup() {
proto_run_command "$config" udhcpc \
-p /var/run/udhcpc-$iface.pid \
-s /lib/netifd/dhcp.script \
-f -R -t 0 -i "$iface" \
-f -t 0 -i "$iface" \
${ipaddr:+-r $ipaddr} \
${hostname:+-H $hostname} \
${vendorid:+-V $vendorid} \
Expand Down

0 comments on commit 5d4d8dd

Please sign in to comment.