[Bug 955] New: meta protocol lists the protocol as non-string

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed May 28 20:29:23 CEST 2014


https://bugzilla.netfilter.org/show_bug.cgi?id=955

           Summary: meta protocol lists the protocol as non-string
           Product: nftables
           Version: unspecified
          Platform: x86_64
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: nft
        AssignedTo: pablo at netfilter.org
        ReportedBy: anarey at gmail.com
   Estimated Hours: 0.0


We add this rule, with 'ip6' as protocol parameter.

 $ sudo nft add rule ip test input meta protocol ip6

But, when we list the table, nft lists a hexadecimal value for 'protocol'
parameter:

 $ sudo nft list table ip test
table ip test {
    chain input {
         meta protocol 0x0008
         meta protocol 0x0081
    }
}

-- 
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