From: stephen hemminger Date: Mon, 12 Apr 2010 05:41:31 +0000 (+0000) Subject: IPv6: keep route for tentative address X-Git-Tag: v2.6.35-rc1~473^2~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93fa159abe50d3c55c7f83622d3f5c09b6e06f4b;p=pandora-kernel.git IPv6: keep route for tentative address Recent changes preserve IPv6 address when link goes down (good). But would cause address to point to dead dst entry (bad). The simplest fix is to just not delete route if address is being held for later use. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed