[PATCH net-next,v2 6/9] netfilter: flowtable: use dev_fill_forward_path() to obtain egress device

2020-10-15 Thread Pablo Neira Ayuso
The egress device in the tuple is obtained from route. Use dev_fill_forward_path() instead to provide the real ingress device for this flow whenever this is available. Signed-off-by: Pablo Neira Ayuso --- v2: no changes. include/net/netfilter/nf_flow_table.h | 4 net/netfilter/nf_flow_tab

Re: [PATCH net-next,v2 6/9] netfilter: flowtable: use dev_fill_forward_path() to obtain egress device

2020-10-19 Thread Jeremy Sowden
On 2020-10-15, at 18:30:35 +0200, Pablo Neira Ayuso wrote: > The egress device in the tuple is obtained from route. Use > dev_fill_forward_path() instead to provide the real ingress device for ^^^ Should this be "egress"? > this flow whene