[netfilter-cvslog] r6815 - trunk/iptables

pablo at netfilter.org pablo at netfilter.org
Mon Apr 30 02:01:39 CEST 2007


Author: pablo at netfilter.org
Date: 2007-04-30 02:01:39 +0200 (Mon, 30 Apr 2007)
New Revision: 6815

Modified:
   trunk/iptables/ip6tables.c
   trunk/iptables/iptables.c
Log:
In fixing bug #446 [1], the output for unspecified proto was changed from "all" to "0".  This reverts to the original behaviour, and closes bugzilla #543. (Phil Oester)


Modified: trunk/iptables/ip6tables.c
===================================================================
--- trunk/iptables/ip6tables.c	2007-04-28 12:29:12 UTC (rev 6814)
+++ trunk/iptables/ip6tables.c	2007-04-30 00:01:39 UTC (rev 6815)
@@ -233,6 +233,7 @@
 	{ "ah", IPPROTO_AH },
 	{ "ipv6-mh", IPPROTO_MH },
 	{ "mh", IPPROTO_MH },
+	{ "all", 0 },
 };
 
 static char *

Modified: trunk/iptables/iptables.c
===================================================================
--- trunk/iptables/iptables.c	2007-04-28 12:29:12 UTC (rev 6814)
+++ trunk/iptables/iptables.c	2007-04-30 00:01:39 UTC (rev 6815)
@@ -232,6 +232,7 @@
 	{ "esp", IPPROTO_ESP },
 	{ "ah", IPPROTO_AH },
 	{ "sctp", IPPROTO_SCTP },
+	{ "all", 0 },
 };
 
 static char *




More information about the netfilter-cvslog mailing list