diff options
Diffstat (limited to 'protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js')
-rw-r--r-- | protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js index 5c292af619..82e0169210 100644 --- a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js +++ b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js @@ -77,14 +77,6 @@ return network.registerProtocol('map', { o.nocreate = true; o.exclude = s.section; - o = s.taboption('advanced', form.Flag, 'defaultroute', _('Default gateway'), _('If unchecked, no default route is configured')); - o.default = o.enabled; - - o = s.taboption('advanced', form.Value, 'metric', _('Use gateway metric')); - o.placeholder = '0'; - o.datatype = 'uinteger'; - o.depends('defaultroute', '1'); - o = s.taboption('advanced', form.Value, 'ttl', _('Use TTL on tunnel interface')); o.placeholder = '64'; o.datatype = 'range(1,255)'; |