luci: improver ipv6 relay master setting

This commit is contained in:
coolsnowwolf 2025-04-02 18:41:16 +08:00 committed by GitHub
parent 6113678abf
commit 1ce5e1b715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -486,6 +486,9 @@ if has_dnsmasq and net:proto() == "static" then
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:value("", translate("disabled"))
o:value("server", translate("server mode"))