summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-xusr/local/www/interfaces_vlan_edit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php
index 85ed1f9..04f7f4b 100755
--- a/usr/local/www/interfaces_vlan_edit.php
+++ b/usr/local/www/interfaces_vlan_edit.php
@@ -87,6 +87,11 @@ if ($_POST) {
break;
}
}
+ if (is_array($config['qinqs']['qinqentry'])) {
+ foreach ($config['qinqs']['qinqentry'] as $qinq)
+ if ($qinq['tag'] == $_POST['tag'] && $qinq['if'] == $_POST['if'])
+ $input_errors[] = "A QinQ VLAN exists with this tag please remove it to use this tag with.";
+ }
if (!$input_errors) {
$vlan = array();
OpenPOWER on IntegriCloud