From: Ondrej Zajicek Date: Sat, 8 Jan 2011 18:34:12 +0000 (+0100) Subject: Fixes scope for sticky neighbors. X-Git-Tag: v1.3.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d67ffb0b4cdfbbf88779ce2b44ba810d1ba85d3;p=thirdparty%2Fbird.git Fixes scope for sticky neighbors. --- diff --git a/nest/neighbor.c b/nest/neighbor.c index 785b1d467..1e0780c11 100644 --- a/nest/neighbor.c +++ b/nest/neighbor.c @@ -166,7 +166,7 @@ neigh_find2(struct proto *p, ip_addr *a, struct iface *ifa, unsigned flags) fortunately, we don't use this combination */ add_tail(&sticky_neigh_list, &n->n); ifa = NULL; - scope = 0; + scope = -1; } n->iface = ifa; n->proto = p;