From: Dave Taht
Date: Mon, 2 Sep 2019 16:29:36 -0700
> IN_MULTICAST's primary intent is as a uapi macro.
>
> Elsewhere in the kernel we use ipv4_is_multicast consistently.
>
> This patch unifies linux's multicast checks to use that function
> rather than this macro.
>
> Signed-off-by: Dave Ta
IN_MULTICAST's primary intent is as a uapi macro.
Elsewhere in the kernel we use ipv4_is_multicast consistently.
This patch unifies linux's multicast checks to use that function
rather than this macro.
Signed-off-by: Dave Taht
Reviewed-by: Toke Høiland-Jørgensen
---
drivers/net/geneve.c | 2