1998-11-28 03:39:16 +08:00
|
|
|
/*
|
|
|
|
* This is an example configuration file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
# Yet another comment
|
|
|
|
|
|
|
|
router id 62.168.0.1
|
1998-11-28 05:09:57 +08:00
|
|
|
|
1998-11-28 05:32:45 +08:00
|
|
|
define xyzzy = 120+10;
|
|
|
|
|
1998-11-28 05:09:57 +08:00
|
|
|
protocol rip MyRIP_test {
|
1998-11-28 05:32:45 +08:00
|
|
|
preference xyzzy;
|
1998-11-28 05:09:57 +08:00
|
|
|
}
|