summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-09-06 18:55:41 -0300
committerLuiz Souza <luiz@netgate.com>2018-09-06 18:57:44 -0300
commitaf65661509a938cde48da6974d08a7d89e5bc3f0 (patch)
tree55e1fd37affe0a1b2cc88459c3298567fb788473
parent1884979a4b9a32c15df429604731c0c6c5a86157 (diff)
downloadpfsense-af65661509a938cde48da6974d08a7d89e5bc3f0.zip
pfsense-af65661509a938cde48da6974d08a7d89e5bc3f0.tar.gz
Changes on the parent interfaces will create new interfaces and the existing VLANs needs to be redone.
Ticket #8527 (cherry picked from commit 6fd6b8536b80316caf0f3b9221ed6af0b3453571)
-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