Commit 3a9b62d2 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Document the possible values for -z.

parent ac2cf59d
...@@ -52,13 +52,22 @@ functionality is experimental, don't use it unless you know what you are ...@@ -52,13 +52,22 @@ functionality is experimental, don't use it unless you know what you are
doing. doing.
.TP .TP
.BI \-z " kind" , factor .BI \-z " kind" , factor
Enable diversity-sensitive routing. The algorithm used is defined by Enable diversity-sensitive routing. The value
.BR kind , .B kind
the values of which are currently undocumented. The value defines the diversity algorithm used, and can be one of
.B 0
(no diversity),
.B 1
(per-interface diversity with no memory),
.B 2
(per-channel diversity with no memory),
or
.B 3
(per-channel diversity with memory).
The value
.B factor .B factor
specifies by how much the cost of non-interfering routes is multiplied; the specifies by how much the cost of non-interfering routes is multiplied; the
default is 0.5. This option is experimental and subject to change, don't default is 0.5.
use it unless you understand what you are doing.
.TP .TP
.BI \-k " priority" .BI \-k " priority"
Specify the priority value used when installing routes into the kernel. Specify the priority value used when installing routes into the kernel.
......
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