]> git.ipfire.org Git - thirdparty/bird.git/blame - bird.conf
Kernel syncer is now configurable. It will probably need some more
[thirdparty/bird.git] / bird.conf
CommitLineData
906b0170
MM
1/*
2 * This is an example configuration file.
3 */
4
5# Yet another comment
6
7router id 62.168.0.1
c74c0e3c 8
bd5d0d62 9define xyzzy = 120+10
0b62c3a7 10
50d8424a
MM
11#protocol rip MyRIP_test {
12# preference xyzzy
13# debug all
14#}
15
16protocol device {
17# disabled
18# interface "-eth*", "*"
c74c0e3c 19}
980ffedb
MM
20
21protocol kernel {
22# disabled
23 learn; # Learn all routes from the kernel
24 scan time 10; # Scan kernel tables every 10 seconds
25}