diff options
Diffstat (limited to 'doc/bird.conf.example')
-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 { |