blob: 314e2426ca910cf75230098286f105beeb1e5a0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* 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
debug all
}
|