]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: don't age NTF_EXT_LEARNED fdb entries
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Mon, 27 Mar 2017 22:46:41 +0000 (15:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 00:57:16 +0000 (17:57 -0700)
commitef593581be1354deb013ca28b899ebf7784e9cf6
treef592e12e1f910969eb6063f79830e5c8cbd88946
parentceab31add728be9e10e7cbdb809ba66f04a8b30c
vxlan: don't age NTF_EXT_LEARNED fdb entries

vxlan driver already implicitly supports installing
of external fdb entries with NTF_EXT_LEARNED. This
patch just makes sure these entries are not aged
by the vxlan driver. An external entity managing these
entries will age them out. This is consistent with
the use of NTF_EXT_LEARNED in the bridge driver.

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