[Bridge] [RFC PATCH net-next 0/4] Add backup nexthop ID support

2023-07-13 Thread Ido Schimmel via Bridge
tl;dr = This patchset adds a new bridge port attribute specifying the nexthop object ID to attach to a redirected skb as tunnel metadata. The ID is used by the VXLAN driver to choose the target VTEP for the skb. This is useful for EVPN multi-homing, where we want to redirect local (intra-rack)

Re: [Bridge] [RFC PATCH net-next 0/4] Add backup nexthop ID support

2023-07-14 Thread David Ahern
On 7/13/23 1:09 AM, Ido Schimmel wrote: > tl;dr > = > > This patchset adds a new bridge port attribute specifying the nexthop > object ID to attach to a redirected skb as tunnel metadata. The ID is > used by the VXLAN driver to choose the target VTEP for the skb. This is > useful for EVPN mult