]> git.baikalelectronics.ru Git - kernel.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)
commitedfa3a08778424d127997dd810041a34c094ae35
tree4e236c5287558f9803bea163e00d919c05ba5cc7
parent4c4d000e0eff7413465d67dbcc012fdd8e13382f
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