interfaces: old code that "fixed" error is no longer needed

This was repaired a while a go.  Did a few tests and didn't notice
any VLAN disappearing while disable/enable sequences.

See: https://redmine.pfsense.org/issues/3270
This commit is contained in:
Franco Fichtner 2021-11-22 13:55:04 +01:00
parent 148e02c664
commit 7769964c7d

View File

@ -2338,7 +2338,6 @@ function interface_configure_parent($realif)
/* need to check that the interface exists #3270 */
if (!does_interface_exist($realif)) {
interfaces_vlan_configure(false, $realif);
interfaces_lagg_configure(false, $realif);
interfaces_bridge_configure(false, 0, $realif);
plugins_configure('openvpn_prepare', false, array($realif));