diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-21 01:00:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-21 01:06:10 +0200 |
commit | 0bb4087cbec0ef74fd416789d6aad67957063057 (patch) | |
tree | b5a9a178fb8af1e83e806a91950904273d9e9927 /net/openvswitch/datapath.h | |
parent | atl1c: fix issue of io access mode for AR8152 v2.1 (diff) | |
download | linux-0bb4087cbec0ef74fd416789d6aad67957063057.tar.xz linux-0bb4087cbec0ef74fd416789d6aad67957063057.zip |
ipv4: Fix neigh lookup keying over loopback/point-to-point devices.
We were using a special key "0" for all loopback and point-to-point
device neigh lookups under ipv4, but we wouldn't use that special
key for the neigh creation.
So basically we'd make a new neigh at each and every lookup :-)
This special case to use only one neigh for these device types
is of dubious value, so just remove it entirely.
Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/datapath.h')
0 files changed, 0 insertions, 0 deletions