summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/usr/local/www/interfaces.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index e4e70e6..5b3d065 100755
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -463,6 +463,11 @@ if ($_POST['apply']) {
services_dhcpd_configure();
}
}
+ /*
+ * If the parent interface has changed above, the VLANs needs to be
+ * redone.
+ */
+ interfaces_vlan_configure();
}
}
/* restart snmp so that it binds to correct address */
OpenPOWER on IntegriCloud