bugzilla-daemon at netfilter.org
2014-May-28 18:17 UTC
[Bug 949] New: icmpv6 id option doesn't work
https://bugzilla.netfilter.org/show_bug.cgi?id=949 Summary: icmpv6 id option doesn't work Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: anarey at gmail.com Estimated Hours: 0.0 * We add the following rule, and It doesn't show any error. $ sudo nft add rule ip6 test6 input icmpv6 id 2 * Then, We list the table, and It list the following message: $ sudo nft list table ip6 test6 table ip6 test6 { chain input { payload @th,32,16 0x2 [invalid type] } } The same case with max-delay: * max-delay $ sudo nft add rule ip6 test6 input icmpv6 max-delay 33 anarey at tuxhiba ~/SOLETA/dev $ sudo nft list table ip6 test6 table ip6 test6 { chain input { payload @th,32,16 0x21 [invalid type] } } -- 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 918] New: Ranges and comparat
- [Bug 926] New: icmp: ICMPv6 types are not supported
- [Bug 1730] New: nft does not handle IPv6 addresses with embedded IPv4 addresses
- [Bug 1468] New: [netdev] dropping ether type vlan frames drops ICMPv6 type 134
- [Bug 834] New: nft crash when invalid meta proto is used