git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5b948f5
)
protocols/6x4: fix turning off 6ro4 advertising on all interfaces
author
Jo-Philipp Wich
<redacted>
Mon, 26 Dec 2011 16:11:15 +0000
(16:11 +0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 26 Dec 2011 16:11:15 +0000
(16:11 +0000)
protocols/6x4/luasrc/model/cbi/admin_network/proto_6to4.lua
patch
|
blob
|
history
diff --git
a/protocols/6x4/luasrc/model/cbi/admin_network/proto_6to4.lua
b/protocols/6x4/luasrc/model/cbi/admin_network/proto_6to4.lua
index d10ab089cbbf3c0c79e219a9d81e379362a7844f..60f5db7fa75c28b0455a9dc2191d1da4510ec2ce 100644
(file)
--- a/
protocols/6x4/luasrc/model/cbi/admin_network/proto_6to4.lua
+++ b/
protocols/6x4/luasrc/model/cbi/admin_network/proto_6to4.lua
@@
-32,6
+32,9
@@
adv_interface.nocreate = true
adv_interface.nobridges = true
adv_interface.novirtual = true
+function adv_interface.remove(self, section)
+ self:write(section, " ")
+end
adv_subnet = section:taboption("general", Value, "adv_subnet",
translate("Advertised network ID"),
git clone https://git.99rst.org/PROJECT