Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux-2.6-microblaze.git] / net / ipv6 / route.c
index c92b367..b599404 100644 (file)
@@ -634,7 +634,7 @@ static void rt6_probe(struct fib6_nh *fib6_nh)
         * Router Reachability Probe MUST be rate-limited
         * to no more than one per minute.
         */
-       if (fib6_nh->fib_nh_gw_family)
+       if (!fib6_nh->fib_nh_gw_family)
                return;
 
        nh_gw = &fib6_nh->fib_nh_gw6;