summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorpierrepomes <pierre.pomes@interface-tech.com>2010-10-24 21:06:59 -0400
committerpierrepomes <pierre.pomes@interface-tech.com>2010-10-24 21:06:59 -0400
commit6dbd2e745bcabbaad7d620b0f1b878f5e07ceaad (patch)
treef9df6f7dfe038550a85d7db8af84b4922680398a /etc/rc.filter_synchronize
parent98d75ad45d3b54fac8f111dcb2b3b9dea07f3263 (diff)
downloadpfsense-6dbd2e745bcabbaad7d620b0f1b878f5e07ceaad.zip
pfsense-6dbd2e745bcabbaad7d620b0f1b878f5e07ceaad.tar.gz
Add l7 rules synchro. Ticket #951
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 8b6529d..5b2dbd6 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -248,6 +248,8 @@ if (is_array($config['installedpackages']['carpsettings']['config'])) {
$sections[] = 'wol';
if ($carp['synchronizetrafficshaper'] != "" and is_array($config['shaper']))
$sections[] = 'shaper';
+ if ($carp['synchronizetrafficshaper'] != "" and is_array($config['l7shaper']))
+ $sections[] = 'l7shaper';
if ($carp['synchronizestaticroutes'] != "" and is_array($config['staticroutes'])) {
$sections[] = 'staticroutes';
$sections[] = 'gateways';
OpenPOWER on IntegriCloud