mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Prefix sets were broken beyond any repair and have to be reimplemented. They are reimplemented using a trie with bitmasks in nodes. There is also change in the interpretation of minus prefix pattern, but the old interpretation was already inconsistent with the documentation and broken. There is also some bugfixes in filter code related to set variables.
		
			
				
	
	
		
			6 lines
		
	
	
		
			86 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			86 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
source=f-util.c filter.c tree.c trie.c
 | 
						|
root-rel=../
 | 
						|
dir-name=filter
 | 
						|
 | 
						|
include ../Rules
 |