From ca574270802c4f2bac9a24a5ef71315c017570cb Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 23 Jan 2014 17:41:13 +1100 Subject: [PATCH] BF: firewallcmd-ipset had non-working actioncheck --- ChangeLog | 2 ++ THANKS | 1 + config/action.d/firewallcmd-ipset.conf | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ec794fe..a03b1858 100644 --- a/ChangeLog +++ b/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: diff --git a/THANKS b/THANKS index a5ef4fda..a1e2b92d 100644 --- a/THANKS +++ b/THANKS @@ -30,6 +30,7 @@ Daniel B. Cid Daniel B. Daniel Black David Nutter +Derek Atkins Eric Gerbier Enrico Labedzki ftoppi diff --git a/config/action.d/firewallcmd-ipset.conf b/config/action.d/firewallcmd-ipset.conf index 2c4a36f1..03e30c3c 100644 --- a/config/action.d/firewallcmd-ipset.conf +++ b/config/action.d/firewallcmd-ipset.conf @@ -25,8 +25,6 @@ actionstop = firewall-cmd --direct --remove-rule ipv4 filter 0 -p ipset destroy fail2ban- -actioncheck = firewall-cmd --direct --get-chains ipv4 filter | grep -q '^fail2ban-$' - actionban = ipset add fail2ban- timeout -exist actionunban = ipset del fail2ban- -exist