search for: exthdr_desc

Displaying 1 result from an estimated 1 matches for "exthdr_desc".

2018 Jan 30
0
[Bug 1219] New: nftables prints the routing header type rules incorrectly
...r { chain input { type filter hook input priority 0; policy accept; 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.net...