Re: [PATCH cumulus-4.18.y] vxlan: support NTF_USE refresh of fdb entries

2018-10-11 Thread Roopa Prabhu
On Thu, Oct 11, 2018 at 12:33 PM Roopa Prabhu wrote: > > From: Roopa Prabhu > > This makes use of NTF_USE in vxlan driver consistent > with bridge driver. > > Signed-off-by: Roopa Prabhu > --- pls ignore. wrong patch prefix :)

[PATCH cumulus-4.18.y] vxlan: support NTF_USE refresh of fdb entries

2018-10-11 Thread Roopa Prabhu
From: Roopa Prabhu This makes use of NTF_USE in vxlan driver consistent with bridge driver. Signed-off-by: Roopa Prabhu --- drivers/net/vxlan.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index fb0cdbb..018406c 100644