mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Nest: VRF support for neighbor cache and olock code
Actually much simpler than expected.
This commit is contained in:
		@@ -321,7 +321,6 @@ radv_iface_new(struct radv_proto *p, struct iface *iface, struct radv_iface_conf
 | 
			
		||||
  ifa->timer = tm;
 | 
			
		||||
 | 
			
		||||
  struct object_lock *lock = olock_new(pool);
 | 
			
		||||
  lock->addr = IPA_NONE;
 | 
			
		||||
  lock->type = OBJLOCK_IP;
 | 
			
		||||
  lock->port = ICMPV6_PROTO;
 | 
			
		||||
  lock->iface = iface;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user