From: YOSHIFUJI Hideaki Date: Fri, 22 Jun 2007 23:07:04 +0000 (-0700) Subject: [IPV6] NDISC: Fix thinko to control Router Preference support. X-Git-Tag: v2.6.22-rc6~2^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6d5b78cdd5a17665674429400b3ed10e3ec60684;p=~emulex%2Finfiniband.git [IPV6] NDISC: Fix thinko to control Router Preference support. Bug reported by Haruhito Watanabe . Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index d8b36451bad..0358e6066a4 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -1062,7 +1062,7 @@ static void ndisc_router_discovery(struct sk_buff *skb) pref = ra_msg->icmph.icmp6_router_pref; /* 10b is handled as if it were 00b (medium) */ if (pref == ICMPV6_ROUTER_PREF_INVALID || - in6_dev->cnf.accept_ra_rtr_pref) + !in6_dev->cnf.accept_ra_rtr_pref) pref = ICMPV6_ROUTER_PREF_MEDIUM; #endif