mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Fixes scope for sticky neighbors.
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user