blob: 6797aee0c40fc5f75701bf8f0a90af8d0a24772b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* 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
#}
protocol device {
# disabled
# interface "-eth*", "*"
}
|