]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Documentation about previous commit added.
authorOndrej Filip <feela@network.cz>
Sat, 26 Mar 2011 13:38:00 +0000 (14:38 +0100)
committerOndrej Filip <feela@network.cz>
Sat, 26 Mar 2011 13:38:00 +0000 (14:38 +0100)
doc/bird.sgml

index b5bdb9323cf90bd24e37daecc5a38702d15af7b6..f7ff2f56b1cdac179ac8788ac9ac87bce36b8341 100644 (file)
@@ -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.