From 1ce5e1b71511001a4afdad373debd426b8340547 Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:41:16 +0800 Subject: [PATCH] luci: improver ipv6 relay master setting --- .../luasrc/model/cbi/admin_network/ifaces.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua index 6b0c76a0..ddfe86d5 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua @@ -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"))