]> git.baikalelectronics.ru Git - kernel.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)
commitbd4ceefc84b602bff82d9719739cf3438da63592
tree8ee5193215dd00cb3209adf0e441938275e0b670
parent8ad93518f348aaaaeb6f04b2416f076cfb5570c2
ip6mr: Remove MFC_NOTIFY and refactor flags

MFC_NOTIFY exists in ip6mr, probably as some legacy code
[was already removed for ipmr in commit
4887f8e6b1fe ("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