Skip to content
Commit 842841ec authored by Dave Taht's avatar Dave Taht Committed by David S. Miller
Browse files

Convert usage of IN_MULTICAST to ipv4_is_multicast



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: default avatarDave Taht <dave.taht@gmail.com>
Reviewed-by: default avatarToke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9367fa08
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment