mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Secondary and merged exports get a whole feed instead of traversing the table structures directly
This commit is contained in:
		@@ -566,7 +566,7 @@ krt_export_net(struct krt_proto *p, net *net)
 | 
			
		||||
  const struct filter *filter = c->out_filter;
 | 
			
		||||
 | 
			
		||||
  if (c->ra_mode == RA_MERGED)
 | 
			
		||||
    return rt_export_merged(c, net, krt_filter_lp, 1);
 | 
			
		||||
    return rt_export_merged_show(c, net, krt_filter_lp);
 | 
			
		||||
 | 
			
		||||
  static _Thread_local rte rt;
 | 
			
		||||
  rt = net->routes->rte;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user