summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2010-08-03 15:14:26 +0200
committerOndrej Filip <feela@network.cz>2010-08-03 15:16:25 +0200
commit4733b49ed6ec11669061e15680417961d13c7a61 (patch)
tree2da1227f13c4004814f0ac231541eec0d3734b61 /doc
parent2c9033afd5ce5e99255d248fb065e94534405da7 (diff)
downloadbird-4733b49ed6ec11669061e15680417961d13c7a61.tar
bird-4733b49ed6ec11669061e15680417961d13c7a61.zip
Syntax of sets improved.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 266c449..c46ea4f 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -707,7 +707,8 @@ incompatible with each other (that is to prevent you from shooting in the foot).
but you can't modify them. Literals of type <cf>int set</cf> look like <cf>
[ 1, 2, 5..7 ]</cf>. As you can see, both simple values and ranges are permitted in
sets. For pair sets, expressions like <cf/(123,*)/ can be used to denote ranges (in
- that case <cf/(123,0)..(123,65535)/).
+ that case <cf/(123,0)..(123,65535)/). You can also use <cf/(123,5..100/ for range
+ <cf/(123,5)..(123,100)/.
Sets of prefixes are special: their literals does not allow ranges, but allows
prefix patterns that are written as <cf><M>ipaddress</M>/<M>pxlen</M>{<M>low</M>,<M>high</M>}</cf>.