diff options
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 751e98f9b8b4..dbad96c58baa 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -228,7 +228,7 @@ static __inline__ int rt6_check_expired(const struct rt6_info *rt) | |||
228 | static inline int rt6_need_strict(struct in6_addr *daddr) | 228 | static inline int rt6_need_strict(struct in6_addr *daddr) |
229 | { | 229 | { |
230 | return (ipv6_addr_type(daddr) & | 230 | return (ipv6_addr_type(daddr) & |
231 | (IPV6_ADDR_MULTICAST | IPV6_ADDR_LINKLOCAL)); | 231 | (IPV6_ADDR_MULTICAST | IPV6_ADDR_LINKLOCAL | IPV6_ADDR_LOOPBACK)); |
232 | } | 232 | } |
233 | 233 | ||
234 | /* | 234 | /* |