From b7408916d01486a7a5878ba721465b86f5945ef4 Mon Sep 17 00:00:00 2001 From: Phil Oester Date: Mon, 30 Apr 2007 00:01:39 +0000 Subject: 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) --- iptables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables.c') 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 * -- cgit v1.2.3