mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Merge commit 'd429bc5c841a8e9d4c81786973edfa56d20a407e' into thread-next
This commit is contained in:
		@@ -681,9 +681,9 @@ krt_scan_timer_kick(struct krt_proto *p)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
static int
 | 
			
		||||
krt_preexport(struct channel *c, rte *e)
 | 
			
		||||
krt_preexport(struct channel *C, rte *e)
 | 
			
		||||
{
 | 
			
		||||
  if (e->src->proto == c->proto)
 | 
			
		||||
  if (e->src->proto == C->proto)
 | 
			
		||||
    return -1;
 | 
			
		||||
 | 
			
		||||
  if (!krt_capable(e))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user