diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-03-25 19:15:26 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-03-25 19:15:26 +0100 |
commit | 1733d080c9f60de69e843f22e138f27240a8176c (patch) | |
tree | 94c1010ec3755d91fff66f0b68b9298595d38940 | |
parent | 40b65f947aed065c03c5f2d5c66c6c794a5aadda (diff) | |
download | bird-1733d080c9f60de69e843f22e138f27240a8176c.tar bird-1733d080c9f60de69e843f22e138f27240a8176c.zip |
Minor text updates.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | doc/bird.sgml | 4 |
4 files changed, 3 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Version 1.0.13 (2009-03-xx) +Version 1.0.13 (2009-03-14) o A lot of bugfixes in BGP, OSPF and core o A new syntax for BGP masks @@ -78,7 +78,6 @@ What do we support: What is missing: o OSPF for IPv6 - o OSPF multiple areas and virtual links o See the TODO list Good Luck and enjoy the BIRD :) @@ -2,7 +2,6 @@ Core ~~~~ - socket open failure should not be fatal - &&,||: priorities -- client: `?' in BGP masks - filters: function for BGP path length - static: allow specifying a per-route filter program for setting route attributes? diff --git a/doc/bird.sgml b/doc/bird.sgml index 4d5bfd5..a7cda82 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -744,8 +744,8 @@ for each neighbor using the following configuration parameters: to avoid route reflection loops. When there is one route reflector in a cluster 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. + use a common cluster id. Clients in a cluster need not know their cluster + id and this option is not allowed for them. Default: the 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 |