mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Sync laggs with all configs when needed.
This commit is contained in:
parent
9ac75a881f
commit
649196bdc7
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user