This fixes bug #0000707 new extra chain for guardian.

This commit is contained in:
Christian Schmidt
2010-08-27 20:04:09 +02:00
parent e050adc8c1
commit bef4096f65
3 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@
# done inside guardian itself.
source=$1
/sbin/iptables -I INPUT -s $source -j DROP
/sbin/iptables -I GUARDIANINPUT -s $source -j DROP

View File

@@ -6,4 +6,4 @@
# and the script will issue a command to remove the block that was created with # block.sh address.
source=$1
/sbin/iptables -D INPUT -s $source -j DROP
/sbin/iptables -D GUARDIANINPUT -s $source -j DROP

View File

@@ -30,7 +30,7 @@ THISAPP = guardian-$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = guardian
PAK_VER = 4
PAK_VER = 5
DEPS = ""