Browse Source

BF: firewallcmd-ipset had non-working actioncheck

pull/594/head
Daniel Black 11 years ago
parent
commit
ca57427080
  1. 2
      ChangeLog
  2. 1
      THANKS
  3. 2
      config/action.d/firewallcmd-ipset.conf

2
ChangeLog

@ -11,6 +11,8 @@ ver. 0.8.13 (2014/XX/XXX) - maintaince-only-from-now-on
-----------
- Fixes:
- action firewallcmd-ipset had non-working actioncheck. Removed.
redhat bug #1046816.
- New Features:

1
THANKS

@ -30,6 +30,7 @@ Daniel B. Cid
Daniel B.
Daniel Black
David Nutter
Derek Atkins
Eric Gerbier
Enrico Labedzki
ftoppi

2
config/action.d/firewallcmd-ipset.conf

@ -25,8 +25,6 @@ actionstop = firewall-cmd --direct --remove-rule ipv4 filter <chain> 0 -p <proto
ipset flush fail2ban-<name>
ipset destroy fail2ban-<name>
actioncheck = firewall-cmd --direct --get-chains ipv4 filter | grep -q '^fail2ban-<name>$'
actionban = ipset add fail2ban-<name> <ip> timeout <bantime> -exist
actionunban = ipset del fail2ban-<name> <ip> -exist

Loading…
Cancel
Save