summaryrefslogtreecommitdiffhomepage
path: root/docs/bird/sample_bird.conf
blob: ed38e66c5c0a2a698b1bd4cd51de21186eefe054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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";