On 2/4/25 21:49, Eric Woudstra wrote: > New function dev_fill_bridge_path(), similar to dev_fill_forward_path(). > It handles starting from a bridge port instead of the bridge master. > The structures ctx and nft_forward_info need to be already filled in with > the (vlan) encaps. > > Signed-off-by: Eric Woudstra <ericwouds@xxxxxxxxx> > --- > include/linux/netdevice.h | 2 ++ > net/core/dev.c | 66 +++++++++++++++++++++++++++++++-------- > 2 files changed, 55 insertions(+), 13 deletions(-) > Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>