modules/admin-full: remove some cruft from routes model
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 26 Nov 2008 23:40:34 +0000 (23:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 26 Nov 2008 23:40:34 +0000 (23:40 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/routes.lua

index 4232daf..8a6ca7b 100644 (file)
@@ -57,12 +57,7 @@ if not arg or not arg[1] then
        function target.cfgvalue(self, section)
                return routes6[section].dst_ip .. "/" .. routes6[section].dst_prefix
        end
---[[
-       netmask = v:option(DummyValue, "prefix", translate("prefix"))
-       function netmask.cfgvalue(self, section)
-               return luci.ip.Hex(routes6[section].Mask, 32):string()
-       end
-]]
+
        gateway = v:option(DummyValue, "gateway", translate("gateway6"))
        function gateway.cfgvalue(self, section)
                return routes6[section].src_ip .. "/" .. routes6[section].src_prefix