]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/route.c
IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()
authorAndy Walls <awalls@md.metrocast.net>
Sun, 17 Oct 2010 15:11:22 +0000 (15:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Oct 2010 14:22:50 +0000 (07:22 -0700)
commit27a954bd560f3e385bbed38fde3051fe718b8d75
tree83d46eb7d984fd1cd5eaa55c20267a88b4ab9a3a
parenta47d60561e111f5009ad0964069cfff77f76dbaa
IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()

Change a few checks against the hardcoded broadcast address,
0xffffffff, to ipv4_is_lbcast().  Remove some existing checks
using ipv4_is_lbcast() that are now obviously superfluous.

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c