vxlan: add ndo_change_proto_down support
authorAndy Roulin <aroulin@cumulusnetworks.com>
Fri, 22 Feb 2019 18:06:38 +0000 (18:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Feb 2019 21:01:05 +0000 (13:01 -0800)
commit8f1af75df3a7a670d125f31ede3cfea1f5c1a81b
treea93e0b61558f9e539b3f5371ab571500b800019f
parent2e8b4ba64676f0871ee5952c23cdef6d4ac35195
vxlan: add ndo_change_proto_down support

Add ndo_change_proto_down support through dev_change_proto_down_generic
for use by control protocols like VRRPD.

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