On 27/02/18 20:58, Yuval Mintz wrote:
> 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 <[email protected]>
> ---
> include/linux/mroute.h | 9 ---------
> include/linux/mroute6.h | 3 ---
> include/linux/mroute_base.h | 9 +++++++++
> net/ipv6/ip6mr.c | 3 ---
> 4 files changed, 9 insertions(+), 15 deletions(-)
>
Acked-by: Nikolay Aleksandrov <[email protected]>