search for: rfc2460

Displaying 3 results from an estimated 3 matches for "rfc2460".

Did you mean: rfc2060
2005 Dec 20
1
IPv6 priority in tc filter
...of an ipv6 packet, the u32 filter matches against the first 8 bits of the packet. From f_u32.c: if (strcmp(*argv, "priority") == 0) { NEXT_ARG(); res = parse_u8(&argc, &argv, sel, 0, 0); goto done; } According to RFC2460 for IPv6 (http://www.ietf.org/rfc/rfc2460.txt), the first 4 bits of the packet are the version number and the subsequent 8 bits are the traffic class. Shouldn''t the u32 filter be matching against the 8 bits of the traffic class, not the 4bit version+first 4bits of traffic class? The r...
2013 Aug 06
3
[Bug 839] New: SNAT66 does not work for bidirectional UDP
https://bugzilla.netfilter.org/show_bug.cgi?id=839 Summary: SNAT66 does not work for bidirectional UDP Product: netfilter/iptables Version: unspecified Platform: x86_64 OS/Version: Gentoo Status: NEW Severity: normal Priority: P5 Component: NAT AssignedTo: netfilter-buglog at lists.netfilter.org
2016 Jun 02
0
[ANNOUNCE] nftables 0.6 release
...evaluate: transfer right shifts to range side evaluate: transfer right shifts to set reference side src: move payload sub-byte matching to the evaluation step evaluate: handle payload matching split in two bytes proto: update IPv6 flowlabel offset and length according to RFC2460 proto: remove priority field definition from IPv6 header src: add dscp support src: add ecn support tests/py: add missing netdev ip dscp payload tests tests/py: fix fragment-offset field tests/py: fix payload of dccp type in set elements netlink: several fu...