Re: [PATCH net-next v5] ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs

From: David Miller
Date: Sun Feb 17 2019 - 13:37:28 EST


From: Callum Sinclair <callum.sinclair@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Feb 2019 15:44:18 +1300

> +#define MRT_FLUSH_VIFS 4 /* Flush multicast vifs */
> +#define MRT_FLUSH_VIFS_STATIC 8 /* Flush static multicast vifs */

Please rename to MRT_FLUSH_MIFS* as suggested by Nicolas and respin.

Thanks.