Skip to content

Commit

Permalink
lime-proto-anygw: dhcp-broadcast no longer needed
Browse files Browse the repository at this point in the history
Bug was fixed upstream, workaround no longer needed
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2017q1/011326.html

Signed-off-by: Gui Iribarren <gui@altermundi.net>
  • Loading branch information
altergui committed Mar 20, 2017
1 parent 3f89e80 commit 705f7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lime-proto-anygw/src/anygw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function anygw.configure(args)
table.insert(content, "dhcp-option=tag:anygw,option:router,"..anygw_ipv4:host():string())
table.insert(content, "dhcp-option=tag:anygw,option:dns-server,"..anygw_ipv4:host():string())
table.insert(content, "dhcp-option-force=tag:anygw,option:mtu,1350")
table.insert(content, "dhcp-broadcast=tag:anygw")
table.insert(content, "address=/anygw/"..anygw_ipv4:host():string())
table.insert(content, "address=/thisnode.info/"..anygw_ipv4:host():string())
fs.writefile("/etc/dnsmasq.d/lime-proto-anygw-10-ipv4.conf", table.concat(content, "\n").."\n")
Expand Down

0 comments on commit 705f7e4

Please sign in to comment.