summaryrefslogtreecommitdiffstats
path: root/bird.conf
blob: ea7edf8d1008b25387c1ca9cb514ddbead226f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *	This is an example configuration file.
 */

# Yet another comment

router id 62.168.0.1

define xyzzy = 120+10;

protocol rip MyRIP_test {
	preference xyzzy;
}