Re: [PATCH net-next] vxlan: dont migrate permanent fdb entries during learn

2017-06-11 Thread Roopa Prabhu
On Sun, Jun 11, 2017 at 4:04 PM, David Miller wrote: > From: Roopa Prabhu > Date: Sun, 11 Jun 2017 15:51:22 -0700 > >> From: Roopa Prabhu >> >> This patch fixes vxlan_snoop to not move permanent fdb entries >> on learn events. This is consistent with the bridge fdb >> handling of permanent entri

Re: [PATCH net-next] vxlan: dont migrate permanent fdb entries during learn

2017-06-11 Thread David Miller
From: Roopa Prabhu Date: Sun, 11 Jun 2017 15:51:22 -0700 > From: Roopa Prabhu > > This patch fixes vxlan_snoop to not move permanent fdb entries > on learn events. This is consistent with the bridge fdb > handling of permanent entries. > > Signed-off-by: Roopa Prabhu Is there an appropriate

[PATCH net-next] vxlan: dont migrate permanent fdb entries during learn

2017-06-11 Thread Roopa Prabhu
From: Roopa Prabhu This patch fixes vxlan_snoop to not move permanent fdb entries on learn events. This is consistent with the bridge fdb handling of permanent entries. Signed-off-by: Roopa Prabhu --- drivers/net/vxlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive