mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Follow-up commit on integrated BIRD
Use net_addr for interface address prefixes, support net_addr in configuration parser.
This commit is contained in:
		@@ -143,7 +143,7 @@ find_lladdr(struct iface *iface)
 | 
			
		||||
{
 | 
			
		||||
  struct ifa *a;
 | 
			
		||||
  WALK_LIST(a, iface->addrs)
 | 
			
		||||
    if (a->scope == SCOPE_LINK)
 | 
			
		||||
    if ((a->prefix.type == NET_IP6) && (a->scope == SCOPE_LINK))
 | 
			
		||||
      return a;
 | 
			
		||||
 | 
			
		||||
  return NULL;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user