]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv4: Cache learned redirect information in inetpeer.
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Feb 2011 06:00:16 +0000 (22:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Feb 2011 05:33:27 +0000 (21:33 -0800)
commitf39925dbde7788cfb96419c0f092b086aa325c0f
tree4e236c5287558f9803bea163e00d919c05ba5cc7
parent2c8cec5c10bced2408082a6656170e74ac17231c
ipv4: Cache learned redirect information in inetpeer.

Note that we do not generate the redirect netevent any longer,
because we don't create a new cached route.

Instead, once the new neighbour is bound to the cached route,
we emit a neigh update event instead.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c