search for: flow_lbl

Displaying 2 results from an estimated 2 matches for "flow_lbl".

2016 Apr 20
1
[Bug 1063] New: sizes for ipv6 priority and flow label are incorrect.
...EW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: russell.j.strong at boeing.com headers.h and src/proto.c have priority set at 4 bits. This field in the IPv6 header is 8 bits. headers.h and src/proto.c have flow_lbl set at 24 bits. This field in the IPv6 header is 20 bits. -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20160420/ab900...
2008 Sep 12
4
Custom build kernel patch fails big time.
...iph->protocol = ph_nexthdr; + else + iph->protocol = proto; + ip_send_check(iph); + } else if (x->sel.family == AF_INET6) { + struct ipv6hdr *ip6h = skb->nh.ipv6h; + + memset(ip6h->flow_lbl, 0, sizeof(ip6h->flow_lbl)); + ip6h->version = 6; + ip6h->priority = 0; + ip6h->nexthdr = proto; + ip6h->hop_limit = hops; + ip6h->payload_len = htons(skb->len - size); + ipv6_addr_copy(&a...