summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 17:12:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 17:12:59 +0000
commita88db555c737dd4da435955766dbba32c37ca829 (patch)
treea16e6ce9542f6a90bbfd0383676ee034d657c81f /etc
parent68baec10a4210141df8ab1a45992c0b13de20075 (diff)
downloadpfsense-a88db555c737dd4da435955766dbba32c37ca829.zip
pfsense-a88db555c737dd4da435955766dbba32c37ca829.tar.gz
Update static routes on filter reload
Ticket #1330
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 8e6a631..65775c8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -308,6 +308,8 @@ function filter_configure_sync() {
update_filter_reload_status("Syncing CARP data");
carp_sync_client();
+ system_routing_configure();
+
update_filter_reload_status("Done");
return 0;
OpenPOWER on IntegriCloud