ipv4: Remove bogus checks of rt_gateway being zero.
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Jan 2012 00:46:32 +0000 (16:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2012 23:08:46 +0000 (18:08 -0500)
It can never actually happen.  rt_gateway is either the fully resolved
flow lookup key's destination address, or the non-zero FIB entry gateway
address.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found