mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
Fix broadcast DHCP client startup option in dhcp.sh
Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com) Fixes the DHCP request broadcasts replies option parsing SVN-Revision: 33826
This commit is contained in:
parent
6993e19532
commit
c2b8d1a619
@ -26,7 +26,7 @@ proto_dhcp_setup() {
|
||||
append dhcpopts "-O $opt"
|
||||
done
|
||||
|
||||
[ "$broadcast" = 1 ] && broadcast="-O broadcast" || broadcast=
|
||||
[ "$broadcast" = 1 ] && broadcast="-B" || broadcast=
|
||||
|
||||
proto_export "INTERFACE=$config"
|
||||
proto_run_command "$config" udhcpc \
|
||||
|
Loading…
Reference in New Issue
Block a user