From 67e80f5a8939d688802484d070970b94cefd666d Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 1 May 2020 11:34:37 +0200 Subject: doc: Add missing ecmp option The equal-cost multipath option wasn't mentioned in the Ouroboros man page. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- doc/man/ouroboros.8 | 13 ++++++++++--- 1 file 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 -- cgit v1.2.3