New IPv6 integration
[project/luci.git] / protocols / 6x4 / luasrc / model / cbi / admin_network / proto_6in4.lua
index 29b1039fb7903743c3466620bdfc30fec450947f..ad48df5c0c94301cffa58820a8cddef27d85b3f9 100644 (file)
@@ -39,6 +39,13 @@ ip6addr.rmempty  = false
 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"))