1998-11-27 19:39:16 +00:00
|
|
|
/*
|
|
|
|
* This is an example configuration file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
# Yet another comment
|
|
|
|
|
|
|
|
router id 62.168.0.1
|
1998-11-27 21:09:57 +00:00
|
|
|
|
1998-11-29 14:40:39 +00:00
|
|
|
define xyzzy = 120+10
|
1998-11-27 21:32:45 +00:00
|
|
|
|
1998-11-29 22:03:58 +00:00
|
|
|
#protocol rip MyRIP_test {
|
|
|
|
# preference xyzzy
|
|
|
|
# debug all
|
|
|
|
#}
|
|
|
|
|
|
|
|
protocol device {
|
|
|
|
# disabled
|
|
|
|
# interface "-eth*", "*"
|
1998-11-27 21:09:57 +00:00
|
|
|
}
|
1998-12-06 17:40:42 +00:00
|
|
|
|
|
|
|
protocol kernel {
|
|
|
|
# disabled
|
|
|
|
learn; # Learn all routes from the kernel
|
|
|
|
scan time 10; # Scan kernel tables every 10 seconds
|
|
|
|
}
|
1998-12-06 18:21:23 +00:00
|
|
|
|
|
|
|
protocol static {
|
|
|
|
disabled
|
|
|
|
}
|