From a730cda543eb483d94967c05915617862022ed5e Mon Sep 17 00:00:00 2001 From: "bbruns@gmail.com" Date: Thu, 23 Sep 2010 02:22:53 +0000 Subject: [PATCH] Marking support --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index ab77d07..b8305e1 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -380,7 +380,7 @@ if [ -r "$IPv4_MARK" ]; then $IPTABLES -t mangle -A PREROUTING -i ${INIF} ${INNEG} -s ${INIP} \ ${DSTNEG} -d ${DSTIP} -j MARK --set-mark=${IPMARK} display_c DEFAULT "\t${GREEN}${INNEG}${INIF}:${PURPLE}${INIP}${AQUA}->${BLUE}${DSTNEG}${DSTIP}:${RED}${IPMARK}" - unset INNEG DSTNET + unset INNEG DSTNEG done echo -ne "\n" fi