mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
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:
parent
148e02c664
commit
7769964c7d
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user