diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-31 19:41:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-31 19:41:25 +0000 |
commit | 951b5dd174799a56b3cad31a705ba551e2aa2ca9 (patch) | |
tree | f73ac5f40f268b3e42bd4e655a9e5064cb8e6edd | |
parent | 1a19f718494ddc191c940b7d428c752f28927f8f (diff) | |
download | pfsense-951b5dd174799a56b3cad31a705ba551e2aa2ca9.zip pfsense-951b5dd174799a56b3cad31a705ba551e2aa2ca9.tar.gz |
Sync on change by dirtying the filter
-rw-r--r-- | usr/local/pkg/carp_settings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml index a8db1fd..b969ff3 100644 --- a/usr/local/pkg/carp_settings.xml +++ b/usr/local/pkg/carp_settings.xml @@ -167,5 +167,7 @@ interfaces_carp_bringup(); /* setup carp interfaces */ interfaces_carp_configure(); + /* force a filter configure for syncing */ + filter_configure(); </custom_add_php_command_late> </packagegui>
\ No newline at end of file |