commit | 8b3f9337e17aaf710c79e65fd0a3c572a075f498 | [log] [tgz] |
---|---|---|
author | Roopa Prabhu <roopa@cumulusnetworks.com> | Mon Jan 23 20:44:32 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 24 15:01:57 2017 -0500 |
tree | ecdd22bb295bc745f806446d9636c5d4bcc474d1 | |
parent | a824d0b83109eb3e3ad44c489543831bc15f7166 [diff] |
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>