Re: [PATCH net-next] Convert usage of IN_MULTICAST to ipv4_is_multicast

2019-09-05 Thread David Miller
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

[PATCH net-next] Convert usage of IN_MULTICAST to ipv4_is_multicast

2019-09-02 Thread Dave Taht
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