summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 17:13:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 17:13:22 +0000
commit97a8ffd57526c7770142c421891c88c25446d177 (patch)
tree57ead496a13166409127f8015f1f35ed01fb09b6 /etc
parentc214e5757df2a0121f2fbf7573d74cd49bb23903 (diff)
downloadpfsense-97a8ffd57526c7770142c421891c88c25446d177.zip
pfsense-97a8ffd57526c7770142c421891c88c25446d177.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 0d3bf48..119b58a 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