Author: dzeus                        Date: Mon May 22 19:29:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- support raw table

---- Files affected:
SOURCES:
   tree-firewall-raw.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tree-firewall-raw.patch
diff -u /dev/null SOURCES/tree-firewall-raw.patch:1.1
--- /dev/null   Mon May 22 21:29:48 2006
+++ SOURCES/tree-firewall-raw.patch     Mon May 22 21:29:43 2006
@@ -0,0 +1,18 @@
+diff -aurN tree-firewall-0.2.orig/functions-iptables 
tree-firewall-0.2/functions-iptables
+--- tree-firewall-0.2.orig/functions-iptables  2002-08-11 19:01:59.000000000 
+0200
++++ tree-firewall-0.2/functions-iptables       2006-05-22 21:25:07.154859500 
+0200
+@@ -133,11 +133,14 @@
+               iptables -t mangle -F
+               echo iptables -t nat -F
+               iptables -t nat -F
++              echo iptables -t raw -F
++              iptables -t raw -F
+       else
+               ret=0
+               iptables -t filter -F >/dev/null 2>/dev/null || ret=1
+               iptables -t mangle -F >/dev/null 2>/dev/null || ret=1
+               iptables -t nat -F >/dev/null 2>/dev/null || ret=1
++              iptables -t raw -F >/dev/null 2>/dev/null || ret=1
+               return $ret     
+       fi
+ }
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to