From 3fce9ef8254af5fdb49abf95810e867aaa6f219c Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" 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) --- ip6tables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ip6tables.c') diff --git a/ip6tables.c b/ip6tables.c index d2314b7..4510ba4 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -233,6 +233,7 @@ static const struct pprot chain_protos[] = { { "ah", IPPROTO_AH }, { "ipv6-mh", IPPROTO_MH }, { "mh", IPPROTO_MH }, + { "all", 0 }, }; static char * -- cgit v1.2.3