0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00
bird/bird.conf
Martin Mares 0b62c3a7c7 Trivial 15-line bison excercise: Implemented expressions including
user-defined numeric symbols. Whenever possible, use `expr' instead
of `NUM' to get full express ion power :-)
1998-11-27 21:32:45 +00:00

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;
}