From: Andy Roulin Date: Fri, 22 Feb 2019 18:06:38 +0000 (+0000) Subject: vxlan: add ndo_change_proto_down support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f1af75df3a7a670d125f31ede3cfea1f5c1a81b;p=linux.git 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 Acked-by: Roopa Prabhu Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 33edc78e818d7..577201cd880cc 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -2923,6 +2923,7 @@ static const struct net_device_ops vxlan_netdev_ether_ops = { .ndo_fdb_dump = vxlan_fdb_dump, .ndo_fdb_get = vxlan_fdb_get, .ndo_fill_metadata_dst = vxlan_fill_metadata_dst, + .ndo_change_proto_down = dev_change_proto_down_generic, }; static const struct net_device_ops vxlan_netdev_raw_ops = {