You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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";
|
|
|