[Bug 911] New: The ICMPv6 type is param-problem or parameter-problem ?
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed Mar 26 10:40:01 CET 2014
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.
More information about the netfilter-buglog
mailing list