[Bug 949] New: icmpv6 id option doesn't work

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed May 28 20:17:04 CEST 2014


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.



More information about the netfilter-buglog mailing list