git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7594d4
)
ipv4: Invalidate nexthop cache nh_saddr more correctly.
author
David S. Miller
<davem@davemloft.net>
Fri, 25 Mar 2011 00:42:21 +0000
(17:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 25 Mar 2011 00:42:21 +0000
(17:42 -0700)
Any operation that:
1) Brings up an interface
2) Adds an IP address to an interface
3) Deletes an IP address from an interface
can potentially invalidate the nh_saddr value, requiring
it to be recomputed.
Perform the recomputation lazily using a generation ID.
Reported-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found