From c597eb25fc96020283baabddbcc7aca4a8725945 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 16 Aug 2011 05:39:28 -0700 Subject: [PATCH] Delete QUOTA_MATCH Signed-off-by: Tom Eastep --- Shorewall/lib.cli | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Shorewall/lib.cli b/Shorewall/lib.cli index 47896501c..30650cbf9 100644 --- a/Shorewall/lib.cli +++ b/Shorewall/lib.cli @@ -1730,7 +1730,6 @@ determine_capabilities() { HEADER_MATCH= ACCOUNT_TARGET= AUDIT_TARGET= - QUOTA_MATCH= chain=fooX$$ @@ -1881,7 +1880,6 @@ determine_capabilities() { qt $IPTABLES -A $chain -j MARK --set-mark 5 && MARK_ANYWHERE=Yes qt $IPTABLES -A $chain -j ACCOUNT --addr 192.168.1.0/29 --tname $chain && ACCOUNT_TARGET=Yes qt $IPTABLES -A $chain -j AUDIT --type drop && AUDIT_TARGET=Yes - qt $IPTABLES -A $chain -m quota --quota 1000 & QUOTA_MATCH=Yes qt $IPTABLES -F $chain qt $IPTABLES -X $chain qt $IPTABLES -F $chain1 @@ -1975,7 +1973,6 @@ report_capabilities() { report_capability "Header Match" $HEADER_MATCH report_capability "ACCOUNT Target" $ACCOUNT_TARGET report_capability "AUDIT Target" $AUDIT_TARGET - report_capability "Quota Match" $QUOTA_MATCH report_capability "ipset V5" $IPSET_V5 fi @@ -2046,7 +2043,6 @@ report_capabilities1() { report_capability1 HEADER_MATCH report_capability1 ACCOUNT_TARGET report_capability1 AUDIT_TARGET - report_capability1 QUOTA_MATCH report_capability1 IPSET_V5 echo CAPVERSION=$SHOREWALL_CAPVERSION