commit | f97c1e0c6ebdb606c97b6cb5e837c6110ac5a961 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Dec 16 13:45:43 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:58:15 2008 -0800 |
tree | 2af3da0114614a127099f9ab2ef706f676faa376 | |
parent | 21cf2253ebcf070bc307e0b56d696a2519c75cb4 [diff] [blame] |
[IPV4] net/ipv4: Use ipv4_is_<type> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 2ff8214..5aec5a5 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c
@@ -530,7 +530,7 @@ if (msg->msg_flags & MSG_DONTROUTE) tos |= RTO_ONLINK; - if (MULTICAST(daddr)) { + if (ipv4_is_multicast(daddr)) { if (!ipc.oif) ipc.oif = inet->mc_index; if (!saddr)