From 649196bdc746b075fe1e4c3061d5efacb1e644aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Fri, 25 Jul 2008 21:41:57 +0000 Subject: [PATCH] Sync laggs with all configs when needed. --- etc/inc/pfsense-utils.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index b273a7b123..9c71b67ccb 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2520,6 +2520,7 @@ function reload_interfaces_sync() { /* set up other cloned interfaces */ interfaces_gif_configure(); interfaces_gre_configure(); + interfaces_lagg_configure(); interfaces_bridge_configure(); /* set up static routes */ @@ -2679,6 +2680,7 @@ function reload_all_sync() { /* set up other cloned interfaces */ interfaces_gif_configure(); interfaces_gre_configure(); + interfaces_lagg_configure(); interfaces_bridge_configure(); /* bring up carp interfaces */