mirror of
https://github.com/coolsnowwolf/luci.git
synced 2025-05-01 04:59:35 +08:00
luci: improver ipv6 relay master setting
This commit is contained in:
parent
6113678abf
commit
1ce5e1b715
@ -486,6 +486,9 @@ if has_dnsmasq and net:proto() == "static" then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
o = s:taboption("ipv6", Flag, "master", translate("Designated master"),
|
||||||
|
translate("Set this interface as master for RA and DHCPv6 relaying as well as NDP proxying."))
|
||||||
|
|
||||||
o = s:taboption("ipv6", ListValue, "ra", translate("Router Advertisement-Service"))
|
o = s:taboption("ipv6", ListValue, "ra", translate("Router Advertisement-Service"))
|
||||||
o:value("", translate("disabled"))
|
o:value("", translate("disabled"))
|
||||||
o:value("server", translate("server mode"))
|
o:value("server", translate("server mode"))
|
||||||
|
Loading…
Reference in New Issue
Block a user