Re: [PATCH v8 net-next 15/15] netfilter: nft_flow_offload: Add bridgeflow to nft_flow_offload_eval()
From: Nikolay Aleksandrov
Date: Wed Mar 05 2025 - 03:29:50 EST
On 2/28/25 22:15, Eric Woudstra wrote:
> Edit nft_flow_offload_eval() to make it possible to handle a flowtable of
> the nft bridge family.
>
> Use nft_flow_offload_bridge_init() to fill the flow tuples. It uses
> nft_dev_fill_bridge_path() in each direction.
>
> Signed-off-by: Eric Woudstra <ericwouds@xxxxxxxxx>
> ---
> net/netfilter/nft_flow_offload.c | 142 +++++++++++++++++++++++++++++--
> 1 file changed, 137 insertions(+), 5 deletions(-)
>
Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>