|
@@ -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)
|
|
static inline int rt6_need_strict(struct in6_addr *daddr)
|
|
{
|
|
{
|
|
return (ipv6_addr_type(daddr) &
|
|
return (ipv6_addr_type(daddr) &
|
|
- (IPV6_ADDR_MULTICAST | IPV6_ADDR_LINKLOCAL));
|
|
|
|
|
|
+ (IPV6_ADDR_MULTICAST | IPV6_ADDR_LINKLOCAL | IPV6_ADDR_LOOPBACK));
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|