Commit 76ee5d38 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Manpage tweaks.

parent 967fcaaf
...@@ -99,11 +99,11 @@ is omitted, it defaults to 128 (a host route). ...@@ -99,11 +99,11 @@ is omitted, it defaults to 128 (a host route).
.I Cost .I Cost
should either be a 16-bit unsigned integer, or the string should either be a 16-bit unsigned integer, or the string
.B infinity .B infinity
which specifies a blackhole route. Babel itself uses a cost of 256 which specifies a blackhole route (see
for a lossless wireless link, and a cost of 96 for a functioning .I Metrics
wired link. This option should not be used, as it may cause below). This option should not be used, as
persistent routing loops. Redistributing a static route is a safer it may cause persistent routing loops. Redistributing a static route
alternative. is a safer alternative.
.TP .TP
.BI \-t " table" .BI \-t " table"
Use the given kernel routing table for routes inserted by Babel. Use the given kernel routing table for routes inserted by Babel.
...@@ -134,6 +134,12 @@ omitted, Babel will try to determine a suitable router-id automatically. ...@@ -134,6 +134,12 @@ omitted, Babel will try to determine a suitable router-id automatically.
.TP .TP
.IR interface ... .IR interface ...
The list of interfaces on which the protocol should operate. The list of interfaces on which the protocol should operate.
.SH METRICS
.B Babel
manipulates costs and metrics that are 16-bit unsigned integers, with
the value 65535 representing infinity. A cost of 256 is interpreted
as a wireless hop with no packet losses. A cost of 255 or less is
interpreted as a wired link.
.SH CONFIG FILE FORMAT .SH CONFIG FILE FORMAT
The configuration file is a sequence of lines each of which specifies The configuration file is a sequence of lines each of which specifies
a filter entry. Each of these lines has the following format: a filter entry. Each of these lines has the following format:
......
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