Commit 48371846 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Manual page updates.

parent 3206bc62
......@@ -83,13 +83,13 @@ Debug level. A value of 1 requests a routing table dump at every
iteration through the daemon's main loop. A value of 2 additionally
requests tracing every message sent or received. The default is 0.
.TP
.BI \-n " network cost"
Advertise an external route for the given network or host with the
given cost.
.BI \-x " network cost"
Redistribute a route for the given network or host with the given
cost.
.I Network
should be either the string
.BR default ,
or a nework specification in CIDR notation
or a network specification in CIDR notation
.IB prefix / length.
If
.I length
......@@ -104,6 +104,11 @@ for a network
.I n
hops away.
.TP
.BI \-X " network cost"
Advertise a route for the given network or host with the given cost,
even if it is not currently installed. Use of this option is
discouraged, as it can cause persistent routing loops.
.TP
.I address
The IPv6 address that the node should advertise for itself.
(Additional addresses can be advertised as external routes with a cost
......
Markdown is supported
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