From 7769964c7dbfa1e9040299ca302a4e642d53f3c8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 22 Nov 2021 13:55:04 +0100 Subject: [PATCH] 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 --- src/etc/inc/interfaces.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 6de1cb65c..2dcc5b5b6 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -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));