Re: [nf-next] netfilter: nf_tables: Fixing Bug 1219 - handle rt0 and rt2 properly

2018-03-11 Thread Pablo Neira Ayuso
On Tue, Feb 27, 2018 at 07:24:58AM +0100, Ahmed Abdelsalam wrote: > Type 0 and 2 of the IPv6 Routing extension header are not handled > properlyby exthdr_init_raw() in src/exthdr.c > > In order to fix the bug, we extended the "enum nft_exthdr_op" to > differentiate between rt, rt0, and rt2. > >

[nf-next] netfilter: nf_tables: Fixing Bug 1219 - handle rt0 and rt2 properly

2018-02-27 Thread Ahmed Abdelsalam
Type 0 and 2 of the IPv6 Routing extension header are not handled properlyby exthdr_init_raw() in src/exthdr.c In order to fix the bug, we extended the "enum nft_exthdr_op" to differentiate between rt, rt0, and rt2. In this patch we extended the kernel implementation of nf_tables to recognize