mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
0b62c3a7c7
user-defined numeric symbols. Whenever possible, use `expr' instead of `NUM' to get full express ion power :-)
14 lines
166 B
Plaintext
14 lines
166 B
Plaintext
/*
|
|
* 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;
|
|
}
|