]> asedeno.scripts.mit.edu Git - linux.git/commit
ip6mr: Remove MFC_NOTIFY and refactor flags
authorYuval Mintz <yuvalm@mellanox.com>
Wed, 28 Feb 2018 21:29:38 +0000 (23:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Mar 2018 18:13:23 +0000 (13:13 -0500)
commit889cd83cbe411dda854429f3223ab2d31a860a4a
tree8ee5193215dd00cb3209adf0e441938275e0b670
parent3feda6b46f734704840685a62b645cbe4efb810c
ip6mr: Remove MFC_NOTIFY and refactor flags

MFC_NOTIFY exists in ip6mr, probably as some legacy code
[was already removed for ipmr in commit
06bd6c0370bb ("net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum").
Remove it from ip6mr as well, and move the enum into a common file;
Notice MFC_OFFLOAD is currently only used by ipmr.

Signed-off-by: Yuval Mintz <yuvalm@mellanox.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute.h
include/linux/mroute6.h
include/linux/mroute_base.h
net/ipv6/ip6mr.c