diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-01 11:34:37 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2020-05-01 14:37:32 +0200 |
commit | 67e80f5a8939d688802484d070970b94cefd666d (patch) | |
tree | 33639119cf3fc7ffa787341cc83714e769a5de35 /doc/man/ouroboros.8 | |
parent | 04b5a939c6a29cdbc733b1113ee8baf400b601bb (diff) | |
download | ouroboros-67e80f5a8939d688802484d070970b94cefd666d.tar.gz ouroboros-67e80f5a8939d688802484d070970b94cefd666d.zip |
doc: Add missing ecmp option
The equal-cost multipath option wasn't mentioned in the Ouroboros man
page.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'doc/man/ouroboros.8')
-rw-r--r-- | doc/man/ouroboros.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 0958f615..5a09df8d 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -247,11 +247,18 @@ default: flat. .PP [routing \fIpolicy\fR] specifies the routing policy. .br -\fIpolicy\fR: link_state, lfa. +\fIpolicy\fR: +.RS 4 +link_state: default shortest-path link-state routing. +.br +lfa: loop-free alternate resilient routing. +.br +ecmp: equal-cost multipath routing. +.RE .br default: link_state. .PP -[hash \fIpolicy\fR] specifies the hash function used for the directory, +[hash \fIpolicy\fR] specifies the hash function used for the directory. .br \fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. .br @@ -265,7 +272,7 @@ name and the layer name. \fBbroadcast\fR .RS 4 .PP -[hash \fIpolicy\fR] specifies the hash function used for the layer name, +[hash \fIpolicy\fR] specifies the hash function used for the layer name. .br \fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. .br |