mirror of
				https://github.com/tailscale/tailscale.git
				synced 2025-10-27 06:11:43 +01:00 
			
		
		
		
	protocol in BIRD, when the node is a primary subnet router as determined by control. Signed-off-by: Maisem Ali <maisem@tailscale.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| log syslog all;
 | |
| 
 | |
| protocol device {
 | |
|   scan time 10;
 | |
| }
 | |
| 
 | |
| protocol bgp {
 | |
|   local as 64001;
 | |
|   neighbor 10.40.2.101 as 64002;
 | |
|   ipv4 {
 | |
|     import none;
 | |
|     export all;
 | |
|   };
 | |
| }
 | |
| 
 | |
| include "tailscale_bird.conf";
 |