New IPv6 integration
[project/luci.git] / protocols / 6x4 / luasrc / model / cbi / admin_network / proto_6in4.lua
index 5571cb0..0b1f31c 100644 (file)
@@ -38,6 +38,13 @@ ip6addr = s:taboption("general", Value, "ip6addr",
 ip6addr.datatype = "ip6addr"
 
 
+local ip6prefix = s:taboption("general", Value, "ip6prefix",
+       translate("IPv6 routed prefix"),
+       translate("This is the prefix routed to you by the tunnel broker for use by clients"))
+
+ip6prefix.datatype = "ip6addr"
+
+
 local update = section:taboption("general", Flag, "_update",
        translate("Dynamic tunnel"),
        translate("Enable HE.net dynamic endpoint update"))