From edfd3ba9ead1e59ab865dbaa3a13447a4999cebe Mon Sep 17 00:00:00 2001 From: YOSHIFUJI Hideaki Date: Wed, 25 Jun 2008 16:58:17 +0900 Subject: [PATCH] --- yaml --- r: 103208 b: refs/heads/master c: 5ce83afaac956238c3c25f60a899c511e9d8cbf4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv6/route.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 346dcd310d53..396f8b4503fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f81b2e7d8cf8c6a52b7a5224c3b89cee5aeb6811 +refs/heads/master: 5ce83afaac956238c3c25f60a899c511e9d8cbf4 diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index 751e98f9b8b4..dbad96c58baa 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -228,7 +228,7 @@ static __inline__ int rt6_check_expired(const struct rt6_info *rt) static inline int rt6_need_strict(struct in6_addr *daddr) { return (ipv6_addr_type(daddr) & - (IPV6_ADDR_MULTICAST | IPV6_ADDR_LINKLOCAL)); + (IPV6_ADDR_MULTICAST | IPV6_ADDR_LINKLOCAL | IPV6_ADDR_LOOPBACK)); } /*