Re: [Bridge] [PATCH net-next v2 0/3] bridge: mrp: Add support for MRA role

2020-06-01 Thread David Miller
From: Horatiu Vultur Date: Sat, 30 May 2020 18:09:45 + > This patch series extends the MRP with the MRA role. > A node that has the MRA role can behave as a MRM or as a MRC. In case there > are > multiple nodes in the topology that has the MRA role then only one node can > behave as MRM and

Re: [Bridge] [PATCH net 0/2] Fix infinite loop in bridge and vxlan modules

2020-06-01 Thread David Miller
From: Ido Schimmel Date: Mon, 1 Jun 2020 15:58:53 +0300 > From: Ido Schimmel > > When suppressing invalid IPv6 Neighbour Solicitation messages, it is > possible for the bridge and vxlan modules to get stuck in an infinite > loop. See the individual changelogs for detailed explanation of the >

Re: [Bridge] [PATCH net 2/2] vxlan: Avoid infinite loop when suppressing NS messages with invalid options

2020-06-01 Thread Nikolay Aleksandrov
On 01/06/2020 15:58, Ido Schimmel wrote: > From: Ido Schimmel > > When proxy mode is enabled the vxlan device might reply to Neighbor > Solicitation (NS) messages on behalf of remote hosts. > > In case the NS message includes the "Source link-layer address" option > [1], the vxlan device will

Re: [Bridge] [PATCH net 1/2] bridge: Avoid infinite loop when suppressing NS messages with invalid options

2020-06-01 Thread Nikolay Aleksandrov
On 01/06/2020 15:58, Ido Schimmel wrote: > From: Ido Schimmel > > When neighbor suppression is enabled the bridge device might reply to > Neighbor Solicitation (NS) messages on behalf of remote hosts. > > In case the NS message includes the "Source link-layer address" option > [1], the bridge

[Bridge] [PATCH net 1/2] bridge: Avoid infinite loop when suppressing NS messages with invalid options

2020-06-01 Thread Ido Schimmel
From: Ido Schimmel When neighbor suppression is enabled the bridge device might reply to Neighbor Solicitation (NS) messages on behalf of remote hosts. In case the NS message includes the "Source link-layer address" option [1], the bridge device will use the specified address as the link-layer

[Bridge] [PATCH net 2/2] vxlan: Avoid infinite loop when suppressing NS messages with invalid options

2020-06-01 Thread Ido Schimmel
From: Ido Schimmel When proxy mode is enabled the vxlan device might reply to Neighbor Solicitation (NS) messages on behalf of remote hosts. In case the NS message includes the "Source link-layer address" option [1], the vxlan device will use the specified address as the link-layer destination

[Bridge] [PATCH net 0/2] Fix infinite loop in bridge and vxlan modules

2020-06-01 Thread Ido Schimmel
From: Ido Schimmel When suppressing invalid IPv6 Neighbour Solicitation messages, it is possible for the bridge and vxlan modules to get stuck in an infinite loop. See the individual changelogs for detailed explanation of the problem and solution. The bug was originally reported against the