[netfilter-cvslog] r6587 - trunk/iptables/libiptc

kaber at netfilter.org kaber at netfilter.org
Sat Apr 22 04:08:12 CEST 2006


Author: kaber at netfilter.org
Date: 2006-04-22 04:08:12 +0200 (Sat, 22 Apr 2006)
New Revision: 6587

Modified:
   trunk/iptables/libiptc/libiptc.c
Log:
Revert incorrect fix for "Unknown error 4294967295" problem


Modified: trunk/iptables/libiptc/libiptc.c
===================================================================
--- trunk/iptables/libiptc/libiptc.c	2006-04-21 12:31:53 UTC (rev 6586)
+++ trunk/iptables/libiptc/libiptc.c	2006-04-22 02:08:12 UTC (rev 6587)
@@ -2258,8 +2258,6 @@
 	      "Bad built-in chain name" },
 	    { TC_SET_POLICY, EINVAL,
 	      "Bad policy name" },
-	    { TC_COMMIT, -1, 
-	      "Invalid argument (dmesg might have more information)" },
 
 	    { NULL, 0, "Incompatible with this kernel" },
 	    { NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" },




More information about the netfilter-cvslog mailing list