14 lines
175 B
Text
14 lines
175 B
Text
/*
|
|
* 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
|
|
}
|