commit | def499c929a72ba11b25e26e26e900ba3d5c2762 | [log] [tgz] |
---|---|---|
author | Roopa Prabhu <roopa@cumulusnetworks.com> | Mon Mar 27 15:46:41 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 28 17:57:16 2017 -0700 |
tree | f592e12e1f910969eb6063f79830e5c8cbd88946 | |
parent | 2a69ca71488bc77315575007ab2ab2d0cbc774f3 [diff] |
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>