mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	- ROA tables, which are used as a basic part for RPKI. - Commands for examining and modifying ROA tables. - Filter operators based on ROA tables consistent with RFC 6483.
		
			
				
	
	
		
			7 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
source=rt-table.c rt-fib.c rt-attr.c rt-roa.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c neighbor.c \
 | 
						|
	a-path.c a-set.c
 | 
						|
root-rel=../
 | 
						|
dir-name=nest
 | 
						|
 | 
						|
include ../Rules
 |