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