summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-04-05 11:41:18 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-04-05 11:41:18 +0200
commit489c308a75b121f286cc8637ead8b2bf7bf896ec (patch)
tree1d2832476fb08c84f303c69ec6d75856023eba99 /doc
parentbf27abd6d4a20448f5b4c80e9aa9258dc8670f62 (diff)
downloadbird-489c308a75b121f286cc8637ead8b2bf7bf896ec.tar
bird-489c308a75b121f286cc8637ead8b2bf7bf896ec.zip
Minor fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example2
-rw-r--r--doc/bird.sgml13
2 files changed, 7 insertions, 8 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index dc4d18b..7019aba 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -167,7 +167,7 @@ protocol static {
# description "My BGP uplink";
# local as 65000;
# neighbor 62.168.0.130 as 5588;
-# multihop 20 via 62.168.0.13;
+# multihop;
# hold time 240;
# startup hold time 240;
# connect retry time 120;
diff --git a/doc/bird.sgml b/doc/bird.sgml
index f15ac74..5859c77 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1024,7 +1024,7 @@ This allows to set routing policy and all the other parameters differently
for each neighbor using the following configuration parameters:
<descrip>
- <tag>local <m/[ip]/] as <m/number/</tag> Define which AS we
+ <tag>local [<m/ip/] as <m/number/</tag> Define which AS we
are part of. (Note that contrary to other IP routers, BIRD is
able to act as a router located in multiple AS'es
simultaneously, but in such cases you need to tweak the BGP
@@ -1039,7 +1039,7 @@ for each neighbor using the following configuration parameters:
of your router's interfaces. In case the neighbor is in the same AS
as we are, we automatically switch to iBGP. This parameter is mandatory.
- <tag>multihop <m/[number]/]</tag> Configure multihop BGP
+ <tag>multihop [<m/number/]</tag> Configure multihop BGP
session to a neighbor that isn't directly connected.
Accurately, this option should be used if the configured
neighbor IP address does not match with any local network
@@ -1334,11 +1334,10 @@ require network interfaces to be defined for them to work with.
notification messages, so the default time is set to a large value.
<tag>primary [ "<m/mask/" ] <m/prefix/</tag>
- If a network interface has more than one network address,
- BIRD has to choose one of them as a primary one, because some
- routing protocols (for example OSPFv2) suppose there is only
- one network address per interface. By default, BIRD chooses
- the lexicographically smallest address as the primary one.
+ If a network interface has more than one network address, BIRD
+ has to choose one of them as a primary one. By default, BIRD
+ chooses the lexicographically smallest address as the primary
+ one.
This option allows to specify which network address should be
chosen as a primary one. Network addresses that match