mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			373 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			373 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  *	Configuration for *BSD based systems (tested on FreeBSD and NetBSD)
 | |
|  *
 | |
|  *	(c) 2004 Ondrej Filip <feela@network.cz>
 | |
|  *
 | |
|  *	Can be freely distributed and used under the terms of the GNU GPL.
 | |
|  */
 | |
| 
 | |
| #define IPV6
 | |
| 
 | |
| #define CONFIG_AUTO_ROUTES
 | |
| #define CONFIG_SELF_CONSCIOUS
 | |
| #define CONFIG_MULTIPLE_TABLES
 | |
| 
 | |
| #define CONFIG_SKIP_MC_BIND
 | |
| 
 | |
| /*
 | |
| Link: sysdep/unix
 | |
| Link: sysdep/bsd
 | |
|  */
 |