bugzilla-daemon at netfilter.org
2014-May-28 18:29 UTC
[Bug 955] New: meta protocol lists the protocol as non-string
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.
Apparently Analagous Threads
- [Bug 947] New: meta protocol doesn't work with sets
- [Bug 918] New: Ranges and comparat
- [Bug 949] New: icmpv6 id option doesn't work
- [Bug 895] New: Add a 'ipv6_address' set into a ipv4 table and vice versa
- [Bug 938] New: TOS: Do not list hexadecimal values.
