[netfilter-cvslog] r3452 - trunk/nfsim-testsuite/01iptables

gandalf at netfilter.org gandalf at netfilter.org
Sun Dec 19 18:40:18 CET 2004


Author: gandalf at netfilter.org
Date: 2004-12-19 18:40:18 +0100 (Sun, 19 Dec 2004)
New Revision: 3452

Modified:
   trunk/nfsim-testsuite/01iptables/20ipt_MARK.sim
Log:
Test that ipt_MARK fails with tables != mangle


Modified: trunk/nfsim-testsuite/01iptables/20ipt_MARK.sim
===================================================================
--- trunk/nfsim-testsuite/01iptables/20ipt_MARK.sim	2004-12-19 02:32:42 UTC (rev 3451)
+++ trunk/nfsim-testsuite/01iptables/20ipt_MARK.sim	2004-12-19 17:40:18 UTC (rev 3452)
@@ -68,3 +68,8 @@
 expect iptables iptables: command failed
 iptables -t mangle -D PREROUTING -j MARK --and-mark 7
 iptables -t mangle -A PREROUTING -j MARK --and-mark 7
+
+# Other tables than mangle should fail
+expect iptables iptables: command failed
+iptables -t filter -A FORWARD -j MARK --set-mark 7
+




More information about the netfilter-cvslog mailing list