vxlan: do not age static remote mac entries
authorBalakrishnan Raman <ramanb@cumulusnetworks.com>
Tue, 24 Jan 2017 04:44:33 +0000 (20:44 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jul 2017 12:37:19 +0000 (14:37 +0200)
commit8fa301abb31ac72116834f72f369cda083701ec1
tree42fe987769fb1629370948ae3f4ea9b065cdb211
parent00e83abf8e62fa94bea16656f095503b028b07f8
vxlan: do not age static remote mac entries

[ Upstream commit efb5f68f32995c146944a9d4257c3cf8eae2c4a1 ]

Mac aging is applicable only for dynamically learnt remote mac
entries. Check for user configured static remote mac entries
and skip aging.

Signed-off-by: Balakrishnan Raman <ramanb@cumulusnetworks.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/vxlan.c