commit | 27a954bd560f3e385bbed38fde3051fe718b8d75 | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@md.metrocast.net> | Sun Oct 17 15:11:22 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 18 07:22:50 2010 -0700 |
tree | 83d46eb7d984fd1cd5eaa55c20267a88b4ab9a3a | |
parent | a47d60561e111f5009ad0964069cfff77f76dbaa [diff] |
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>