]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
In fixing bug #446 [1], the output for unspecified proto was changed from "all" to...
authorPhil Oester <kernel@linuxace.com>
Mon, 30 Apr 2007 00:01:39 +0000 (00:01 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 30 Apr 2007 00:01:39 +0000 (00:01 +0000)
ip6tables.c
iptables.c

index d2314b779b7c6deccbdad7a31474c4a5b893f54a..4510ba4a406abd59ef60bfc4fe4279cf02f81bcd 100644 (file)
@@ -233,6 +233,7 @@ static const struct pprot chain_protos[] = {
        { "ah", IPPROTO_AH },
        { "ipv6-mh", IPPROTO_MH },
        { "mh", IPPROTO_MH },
+       { "all", 0 },
 };
 
 static char *
index 60ddc2d41ef39bebf9d9bdcfe4e67331202aceaf..893b02db10f8dd9b3d8a24d75c4641c9c85b27a0 100644 (file)
@@ -232,6 +232,7 @@ static const struct pprot chain_protos[] = {
        { "esp", IPPROTO_ESP },
        { "ah", IPPROTO_AH },
        { "sctp", IPPROTO_SCTP },
+       { "all", 0 },
 };
 
 static char *