bugzilla-daemon at netfilter.org
2014-May-07 07:30 UTC
[Bug 927] New: tos: symbolic names are not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=927 Summary: tos: symbolic names are not supported 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 The following symbol in TOS of iptables-extensions are not supported in nft: [!] --tos symbol Accepted symbolic names for value are: (0x10) 16 Minimize-Delay (0x08) 8 Maximize-Throughput (0x04) 4 Maximize-Reliability (0x02) 2 Minimize-Cost (0x00) 0 Normal-Service 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-28 08:42 UTC
[Bug 927] tos: symbolic names are not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=927 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alvaroneay at gmail.com Resolution| |FIXED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2014-05-28 10:42:37 CEST --- Alvaro has address this bug in: http://patchwork.ozlabs.org/patch/352981/ Basically, he has introduced DSCP support in the parser. The tos support is obsolete according to RFC. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
Reasonably Related Threads
- [Bug 924] New: Range: It is not possible invert a range of ip address
- [Bug 932] New: TOS: An Invert mask in TOS
- [Bug 938] New: TOS: Do not list hexadecimal values.
- [Bug 918] New: Ranges and comparat
- [Bug 919] New: ah: --reserver is not supported (ipv4 and ipv6)