mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Merge commit '4f3fa162' into HEAD
This commit is contained in:
		@@ -25,6 +25,7 @@ proto: pipe_proto '}' { this_channel = NULL; }  ;
 | 
			
		||||
pipe_proto_start: proto_start PIPE
 | 
			
		||||
{
 | 
			
		||||
  this_proto = proto_config_new(&proto_pipe, $1);
 | 
			
		||||
  this_proto->loop_order = DOMAIN_ORDER(proto);
 | 
			
		||||
  PIPE_CFG->max_generation = 16;
 | 
			
		||||
}
 | 
			
		||||
proto_name
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user