bugzilla-daemon at netfilter.org
2014-May-13 12:35 UTC
[Bug 938] New: TOS: Do not list hexadecimal values.
https://bugzilla.netfilter.org/show_bug.cgi?id=938 Summary: TOS: Do not list hexadecimal values. 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: anarey at gmail.com Estimated Hours: 0.0 Here an example: $ sudo nft list table test table ip test { chain input { ip tos & 4 == 2 counter packets 0 bytes 0 accept } } The last commit in Pablo git tree of kernel is "40e6442 netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooks" The last commit in libmnl repo is "090a842 examples: use mnl_socket_setsockopt" The last commit in libnftnl repo is "57107c2 common: fix unconditional output of event wrapping stuff" The last commit in nftables repo is "aefa9bf expression: Fix inconsistent output in set" -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
bugzilla-daemon at netfilter.org
2014-May-20 16:03 UTC
[Bug 938] TOS: Do not list hexadecimal values.
https://bugzilla.netfilter.org/show_bug.cgi?id=938 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2014-05-20 18:03:53 CEST --- To clarify a bit this bug report: nft add rule filter input ip tos 0x4 Then: nft list table filter table filter { chain input { ... ip tos 4 } } This should be in hexadecimal to be consistent with the input. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
bugzilla-daemon at netfilter.org
2014-May-20 18:26 UTC
[Bug 938] TOS: Do not list hexadecimal values.
https://bugzilla.netfilter.org/show_bug.cgi?id=938 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> 2014-05-20 20:26:42 CEST --- closing this bug, the title is misleading and the description is simply too short. Ana, please file a new bug with more detailed information on the problem. Thank you. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
Seemingly Similar Threads
- [Bug 927] New: tos: symbolic names are not supported
- [Bug 933] New: queue: Incorrect use of option with queue
- [Bug 935] New: Frag: problem with frag-off
- [Bug 936] New: frag: "more-fragments" and "reserved" are not identified by nftables
- [Bug 919] New: ah: --reserver is not supported (ipv4 and ipv6)