]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Documentation fixes.
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 14 Mar 2009 21:18:49 +0000 (22:18 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 14 Mar 2009 21:18:49 +0000 (22:18 +0100)
doc/bird.sgml

index 239e65b337d0ee060e11f8d5179fbbcde4a48396..4d5bfd5f1303ea05dbed93a67ddedcc62535f7d8 100644 (file)
@@ -745,7 +745,7 @@ for each neighbor using the following configuration parameters:
        it usually uses its router id as a cluster id, but when there are more route
        reflectors in a cluster, these need to be configured (using this option) to
        use a common cluster id. Clients in a cluster need not known their cluster
-       id and this option is not allowed to them  Default: a same as router id.
+       id and this option is not allowed to them. Default: a same as router id.
 
        <tag>rs client</tag> Be a route server and treat the neighbor
        as a route server client. A route server is used as a
@@ -891,7 +891,7 @@ protocol bgp {
                        bgp_community.add((65000,5678));
                        # Artificially increase path length
                        # by advertising local AS number twice
-                       if bgp_path ~ | 65000 | then      
+                       if bgp_path ~ [= 65000 =] then    
                                bgp_path.prepend(65000);  
                        accept;
                }