Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

Commit

Permalink
Added IPv6 firewall to restart action group.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokoloski committed Sep 29, 2015
1 parent eb8f156 commit 50ba468
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/info.php
Expand Up @@ -5,7 +5,7 @@
/////////////////////////////////////////////////////////////////////////////

$app['basename'] = 'firewall';
$app['version'] = '2.1.16';
$app['version'] = '2.1.17';
$app['release'] = '1';
$app['vendor'] = 'ClearFoundation';
$app['packager'] = 'ClearFoundation';
Expand Down
2 changes: 1 addition & 1 deletion packaging/app-firewall.spec
@@ -1,7 +1,7 @@

Name: app-firewall
Epoch: 1
Version: 2.1.16
Version: 2.1.17
Release: 1%{dist}
Summary: Firewall
License: GPLv3
Expand Down
3 changes: 2 additions & 1 deletion packaging/filewatch-firewall.conf
Expand Up @@ -2,7 +2,8 @@
<!-- ClearSync Firewall Configuration Watch -->
<plugin name="FirewallConfigurationWatch" library="libcsplugin-filewatch.so" stack-size="65536">
<action-group name="FirewallRestart" delay="3">
<action>sudo /sbin/service firewall restart</action>
<action>sudo /usr/bin/systemctl restart firewall</action>
<action>sudo /usr/bin/systemctl restart firewall6</action>
</action-group>

<on-modify type="path" action-group="FirewallRestart">/etc/clearos/bandwidth.conf</on-modify>
Expand Down

0 comments on commit 50ba468

Please sign in to comment.