bugzilla-daemon at netfilter.org
2014-Mar-26 09:40 UTC
[Bug 911] New: The ICMPv6 type is param-problem or parameter-problem ?
https://bugzilla.netfilter.org/show_bug.cgi?id=911
Summary: The ICMPv6 type is param-problem or parameter-problem
?
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: godfrey.public at gmail.com
Estimated Hours: 0.0
It seems that in src/proto.c icmp6_type_tbl the string is
"param-problem".
When I add "icmpv6 type param-problem accept", nft tells that
"syntax error,
unexpected param-problem".
And I change src/proto.c icmp6_type_tbl's string to parameter-problem, add
the
rule "icmpv6 type parameter-problem accept", no error occured.
So the problem may be the wrong string used in src/proto.c icmp6_type_tbl
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
bugzilla-daemon at netfilter.org
2014-Mar-26 09:41 UTC
[Bug 911] The ICMPv6 type is param-problem or parameter-problem ?
https://bugzilla.netfilter.org/show_bug.cgi?id=911 --- Comment #1 from Jingqiang Zhang <godfrey.public at gmail.com> 2014-03-26 10:41:30 CET --- The nftables version is the latest git version on 2014-03-26 -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
bugzilla-daemon at netfilter.org
2014-Mar-26 09:41 UTC
[Bug 911] The ICMPv6 type is param-problem or parameter-problem ?
https://bugzilla.netfilter.org/show_bug.cgi?id=911
Jingqiang Zhang <godfrey.public at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |godfrey.public at gmail.com
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
Apparently Analagous Threads
- [Bug 926] New: icmp: ICMPv6 types are not supported
- [Bug 1276] New: "icmpv6 code" test returns wrong data type.
- [Bug 1140] New: nft dump invalid (flow table)
- [Bug 949] New: icmpv6 id option doesn't work
- [Bug 1412] New: ip6tables-nft not accepting "icmp" as shorthand for "icmpv6"