summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-vxlan/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/luci-proto-vxlan/htdocs')
-rw-r--r--protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js9
-rw-r--r--protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js9
2 files changed, 0 insertions, 18 deletions
diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js
index 9927f0bc65..1d5052fdfc 100644
--- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js
+++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js
@@ -59,11 +59,6 @@ return network.registerProtocol('vxlan', {
o.nocreate = true;
o.optional = true;
- o = s.taboption('advanced', form.Value, 'mtu', _('Override MTU'), _('Specify an MTU (Maximum Transmission Unit) other than the default (1280 bytes).'));
- o.optional = true;
- o.placeholder = 1280;
- o.datatype = 'range(68, 9200)';
-
o = s.taboption('advanced', form.Value, 'ttl', _('Override TTL'), _('Specify a TTL (Time to Live) for the encapsulating packet other than the default (64).'));
o.optional = true;
o.placeholder = 64;
@@ -73,10 +68,6 @@ return network.registerProtocol('vxlan', {
o.optional = true;
o.datatype = 'range(0, 255)';
- o = s.taboption('advanced', form.Value, 'macaddr', _('Override MAC address'));
- o.optional = true;
- o.datatype = 'macaddr';
-
o = s.taboption('advanced', form.Flag, 'rxcsum', _('Enable rx checksum'));
o.optional = true;
o.default = o.enabled;
diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js
index f568e7e244..30250cdcfa 100644
--- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js
+++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js
@@ -54,11 +54,6 @@ return network.registerProtocol('vxlan6', {
o.nocreate = true;
o.optional = true;
- o = s.taboption('advanced', form.Value, 'mtu', _('Override MTU'), _('Specify an MTU (Maximum Transmission Unit) other than the default (1280 bytes).'));
- o.optional = true;
- o.placeholder = 1280;
- o.datatype = 'range(68, 9200)';
-
o = s.taboption('advanced', form.Value, 'ttl', _('Override TTL'), _('Specify a TTL (Time to Live) for the encapsulating packet other than the default (64).'));
o.optional = true;
o.placeholder = 64;
@@ -68,10 +63,6 @@ return network.registerProtocol('vxlan6', {
o.optional = true;
o.datatype = 'range(0, 255)';
- o = s.taboption('advanced', form.Value, 'macaddr', _('Override MAC address'));
- o.optional = true;
- o.datatype = 'macaddr';
-
o = s.taboption('advanced', form.Flag, 'rxcsum', _('Enable rx checksum'));
o.optional = true;
o.default = o.enabled;