Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com) Fixes the DHCP request broadcasts replies option parsing
--- package/netifd/files/lib/netifd/proto/dhcp.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/netifd/files/lib/netifd/proto/dhcp.sh b/package/netifd/files/lib/netifd/proto/dhcp.sh index 9182d58..7b1fe37 100755 --- a/package/netifd/files/lib/netifd/proto/dhcp.sh +++ b/package/netifd/files/lib/netifd/proto/dhcp.sh @@ -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 \ -- 1.7.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel