Allow toggling local IPv6 addressmanagement
This commit is contained in:
parent
3bc5909cab
commit
07109bb3f3
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ end
|
||||||
auto = s:taboption("advanced", Flag, "auto", translate("Bring up on boot"))
|
auto = s:taboption("advanced", Flag, "auto", translate("Bring up on boot"))
|
||||||
auto.default = (net:proto() == "none") and auto.disabled or auto.enabled
|
auto.default = (net:proto() == "none") and auto.disabled or auto.enabled
|
||||||
|
|
||||||
|
delegate = s:taboption("advanced", Flag, "delegate", translate("Use builtin IPv6-management"))
|
||||||
|
delegate.default = delegate.enabled
|
||||||
|
|
||||||
|
|
||||||
if not net:is_virtual() then
|
if not net:is_virtual() then
|
||||||
br = s:taboption("physical", Flag, "type", translate("Bridge interfaces"), translate("creates a bridge over specified interface(s)"))
|
br = s:taboption("physical", Flag, "type", translate("Bridge interfaces"), translate("creates a bridge over specified interface(s)"))
|
||||||
|
|
Loading…
Reference in a new issue