summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index 4997ef5..4a60f03 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -431,7 +431,7 @@ $section->addInput(new Form_Select(
$edgelist = build_port_list($pconfig['edge']);
$section->addInput(new Form_Select(
- 'edge[]',
+ 'edge',
'Edge Ports',
$edgelist['selected'],
$edgelist['list'],
@@ -441,7 +441,7 @@ $section->addInput(new Form_Select(
$edgelist = build_port_list($pconfig['autoedge']);
$section->addInput(new Form_Select(
- 'autoedge[]',
+ 'autoedge',
'Auto Edge Ports',
$edgelist['selected'],
$edgelist['list'],
@@ -462,7 +462,7 @@ $section->addInput(new Form_Select(
$edgelist = build_port_list($pconfig['autoptp']);
$section->addInput(new Form_Select(
- 'autoptp[]',
+ 'autoptp',
'Auto PTP Ports',
$edgelist['selected'],
$edgelist['list'],
@@ -473,7 +473,7 @@ $section->addInput(new Form_Select(
$edgelist = build_port_list($pconfig['static']);
$section->addInput(new Form_Select(
- 'static[]',
+ 'static',
'Sticky Ports',
$edgelist['selected'],
$edgelist['list'],
@@ -484,7 +484,7 @@ $section->addInput(new Form_Select(
$edgelist = build_port_list($pconfig['private']);
$section->addInput(new Form_Select(
- 'private[]',
+ 'privateprivate',
'Private Ports',
$edgelist['selected'],
$edgelist['list'],
@@ -520,7 +520,7 @@ $section->addInput(new Form_Select(
$edgelist = build_port_list($pconfig['stp']);
$section->addInput(new Form_Select(
- 'stp[]',
+ 'stp',
'STP Interfaces',
$edgelist['selected'],
$edgelist['list'],
OpenPOWER on IntegriCloud