diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-10 14:59:26 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-10 14:59:26 +0100 |
commit | fae9be7782a161bdf93c83884d62941a34cbe518 (patch) | |
tree | 7be7983247aa8fa8adc7bd923eb483c621957651 /doc | |
parent | 7d1966689f3f748d8bfa36eef64ced6a750ecb47 (diff) | |
parent | 0efd646278987df023586d85817a848c2bb39a1d (diff) | |
download | bird-fae9be7782a161bdf93c83884d62941a34cbe518.tar bird-fae9be7782a161bdf93c83884d62941a34cbe518.zip |
Merge commit 'origin/master' into new
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 6ab03a2..51b2c0e 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -13,7 +13,8 @@ #router id 62.168.0.1; # You can define your own symbols... -#define xyzzy = 120+10; +#define xyzzy = (120+10); +#define '1a-a1' = (30+40); # Define a route filter... filter test_filter { |