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)
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>

No differences found