diff options
author | Ondrej Filip <feela@network.cz> | 2011-03-26 14:38:00 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2011-03-26 14:38:00 +0100 |
commit | 86c038ccae2149645058d4288ff8efb498013522 (patch) | |
tree | 27659afbb4e78245bd5ccec8009d2984592c5017 /doc | |
parent | 4fc36f394ec0988a18decb2d1916e3cebef18d22 (diff) | |
download | bird-86c038ccae2149645058d4288ff8efb498013522.tar bird-86c038ccae2149645058d4288ff8efb498013522.zip |
Documentation about previous commit added.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b5bdb93..f7ff2f5 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -719,7 +719,8 @@ incompatible with each other (that is to prevent you from shooting in the foot). sets. For pair sets, expressions like <cf/(123,*)/ can be used to denote ranges (in that case <cf/(123,0)..(123,65535)/). You can also use <cf/(123,5..100)/ for range - <cf/(123,5)..(123,100)/. + <cf/(123,5)..(123,100)/. You can also use <cf/(*,123)/ which is translated as + <cf/(0,123) , (1,123) , (2,123) , ... , (65535, 123)/ You can also use expressions for both, pair sets and int sets. However it must be possible to evaluate these expressions before daemon boots. So you can use only constants inside them. E.g. |