]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: don't flush static fdb entries on admin down
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Tue, 24 Jan 2017 04:44:32 +0000 (20:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 20:01:57 +0000 (15:01 -0500)
commit486508ddad6c3a092d91b43f7a22c4703b26728f
treeecdd22bb295bc745f806446d9636c5d4bcc474d1
parent2f228d8651571fa577bca484b5ae5a7c4d811693
vxlan: don't flush static fdb entries on admin down

This patch skips flushing static fdb entries in
ndo_stop, but flushes all fdb entries during vxlan
device delete. This is consistent with the bridge
driver fdb

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c