bugzilla-daemon@bugzilla.netfilter.org
2007-Apr-30 01:13 UTC
[Bug 543] ANY shows as 0 for proto on 1.3.7
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=543 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2007-Apr-30 01:18 UTC
[Bug 543] ANY shows as 0 for proto on 1.3.7
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=543 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From netfilter@linuxace.com 2007-04-30 01:18 MET ------- Actually the old text was "all", not "any". Below patch fixes this (creating an attachment is broken in bugzilla currently, so inline) 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 * -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2007-Apr-30 01:18 UTC
[Bug 543] ANY shows as 0 for proto on 1.3.7
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=543 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From netfilter@linuxace.com 2007-04-30 01:18 MET ------- Actually the old text was "all", not "any". Below patch fixes this (creating an attachment is broken in bugzilla currently, so inline) 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 * -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.