diff options
author | Yuval Mintz <yuvalm@mellanox.com> | 2018-02-28 23:29:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-01 13:13:23 -0500 |
commit | 889cd83cbe411dda854429f3223ab2d31a860a4a (patch) | |
tree | 8ee5193215dd00cb3209adf0e441938275e0b670 /include/linux/mroute6.h | |
parent | 3feda6b46f734704840685a62b645cbe4efb810c (diff) | |
download | blackbird-obmc-linux-889cd83cbe411dda854429f3223ab2d31a860a4a.tar.gz blackbird-obmc-linux-889cd83cbe411dda854429f3223ab2d31a860a4a.zip |
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>
Diffstat (limited to 'include/linux/mroute6.h')
-rw-r--r-- | include/linux/mroute6.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h index 6acf576fc135..1ac38e6819f5 100644 --- a/include/linux/mroute6.h +++ b/include/linux/mroute6.h @@ -81,9 +81,6 @@ struct mfc6_cache { }; }; -#define MFC_STATIC 1 -#define MFC_NOTIFY 2 - #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */ struct rtmsg; |