Re: [PATCH net-next 9/9] netfilter: flowtable: add vlan support

2020-10-15 Thread Pablo Neira Ayuso
On Thu, Oct 15, 2020 at 08:10:13AM -0700, Jakub Kicinski wrote: > On Thu, 15 Oct 2020 03:16:30 +0200 Pablo Neira Ayuso wrote: > > Add the vlan id and proto to the flow tuple to uniquely identify flows > > from the receive path. Store the vlan id and proto to set it accordingly > > from the transmit

Re: [PATCH net-next 9/9] netfilter: flowtable: add vlan support

2020-10-15 Thread Jakub Kicinski
On Thu, 15 Oct 2020 03:16:30 +0200 Pablo Neira Ayuso wrote: > Add the vlan id and proto to the flow tuple to uniquely identify flows > from the receive path. Store the vlan id and proto to set it accordingly > from the transmit path. This patch includes support for two VLAN headers > (Q-in-Q). > >

[PATCH net-next 9/9] netfilter: flowtable: add vlan support

2020-10-14 Thread Pablo Neira Ayuso
Add the vlan id and proto to the flow tuple to uniquely identify flows from the receive path. Store the vlan id and proto to set it accordingly from the transmit path. This patch includes support for two VLAN headers (Q-in-Q). Signed-off-by: Pablo Neira Ayuso --- include/net/netfilter/nf_flow_ta