Minor text updates.
This commit is contained in:
parent
40b65f947a
commit
1733d080c9
4 changed files with 3 additions and 5 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||
|
||||
|
|
1
README
1
README
|
@ -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 :)
|
||||
|
|
1
TODO
1
TODO
|
@ -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?
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue