Skip to content
Snippets Groups Projects
Commit 1733d080 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Minor text updates.

parent 40b65f94
Branches
Tags
No related merge requests found
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 lot of bugfixes in BGP, OSPF and core
o A new syntax for BGP masks o A new syntax for BGP masks
......
...@@ -78,7 +78,6 @@ What do we support: ...@@ -78,7 +78,6 @@ What do we support:
What is missing: What is missing:
o OSPF for IPv6 o OSPF for IPv6
o OSPF multiple areas and virtual links
o See the TODO list o See the TODO list
Good Luck and enjoy the BIRD :) Good Luck and enjoy the BIRD :)
......
...@@ -2,7 +2,6 @@ Core ...@@ -2,7 +2,6 @@ Core
~~~~ ~~~~
- socket open failure should not be fatal - socket open failure should not be fatal
- &&,||: priorities - &&,||: priorities
- client: `?' in BGP masks
- filters: function for BGP path length - filters: function for BGP path length
- static: allow specifying a per-route filter program for setting route attributes? - static: allow specifying a per-route filter program for setting route attributes?
......
...@@ -744,8 +744,8 @@ for each neighbor using the following configuration parameters: ...@@ -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 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 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 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 use a common cluster id. Clients in a cluster need not know their cluster
id and this option is not allowed to them. Default: a same as router id. 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 <tag>rs client</tag> Be a route server and treat the neighbor
as a route server client. A route server is used as a as a route server client. A route server is used as a
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment