All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Unspecified proto should print as "all" in iptables -L
@ 2007-04-28 22:02 Phil Oester
  2007-04-29 23:06 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 14+ messages in thread
From: Phil Oester @ 2007-04-28 22:02 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

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

[1] http://svn.netfilter.org/cgi-bin/viewcvs.cgi/trunk/iptables/ip6tables.c?r1=6465&r2=6466




[-- Attachment #2: patch-ipt-proto-all --]
[-- Type: text/plain, Size: 302 bytes --]

diff -ru ipt-orig/iptables.c ipt-new/iptables.c
--- ipt-orig/iptables.c	2007-03-20 08:51:41.000000000 -0700
+++ ipt-new/iptables.c	2007-04-28 14:51:02.000000000 -0700
@@ -232,6 +232,7 @@
 	{ "esp", IPPROTO_ESP },
 	{ "ah", IPPROTO_AH },
 	{ "sctp", IPPROTO_SCTP },
+	{ "all", 0 },
 };
 
 static char *

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-06-02 21:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-28 22:02 [PATCH] Unspecified proto should print as "all" in iptables -L Phil Oester
2007-04-29 23:06 ` Pablo Neira Ayuso
2007-04-30  8:38   ` Jan Engelhardt
2007-04-30 17:13     ` Phil Oester
2007-04-30 17:25       ` Jan Engelhardt
2007-04-30 17:36         ` Phil Oester
2007-04-30 18:17           ` Jorge Davila
2007-04-30 20:09             ` Phil Oester
2007-05-03 16:16               ` Jorge Davila
2007-05-03 16:33                 ` Carl-Daniel Hailfinger
2007-05-03 17:31                   ` Phil Oester
2007-05-03 17:45                     ` Carl-Daniel Hailfinger
2007-06-02 18:49           ` How to match protocol 0 Jan Engelhardt
2007-06-02 21:19             ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.