summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorPhil Oester <kernel@linuxace.com>2007-04-30 00:01:39 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2007-04-30 00:01:39 +0000
commitb7408916d01486a7a5878ba721465b86f5945ef4 (patch)
treeb33ff56526332febe4c9467978556d6c55625c01 /iptables.c
parent9c67defe98f04f72f19dfd09c8030e1de4b8bf0f (diff)
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)
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables.c b/iptables.c
index 60ddc2d4..893b02db 100644
--- a/iptables.c
+++ b/iptables.c
@@ -232,6 +232,7 @@ static const struct pprot chain_protos[] = {
{ "esp", IPPROTO_ESP },
{ "ah", IPPROTO_AH },
{ "sctp", IPPROTO_SCTP },
+ { "all", 0 },
};
static char *