Displaying 1 result from an estimated 1 matches for "exthdr_expr_alloc".
2018 Jan 30
0
[Bug 1219] New: nftables prints the routing header type rules incorrectly
...hbh unknown 0xa0000000000000000000000000002 [invalid type]
}
}
I'm quite to nftables implementation, but after some walkthrough the code I
think the problem might be as follows:
- when we the struct exthdr_desc for rt0[1], we don't set the type value.
- Then allocation function (exthdr_expr_alloc) allocates an HBH header
template since the type value is 0.
Folks who are more familiar with nftables implementation may have a better
explanation so we can find a fix for the this BUG
[1]http://git.netfilter.org/nftables/tree/src/exthdr.c#n248
--
You are receiving this mail because:
You are...