diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-02-13 08:42:47 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2020-02-16 18:21:52 +0100 |
commit | 35a9691c41f7fa69a4631b39547c8fa147b044f5 (patch) | |
tree | 256ca6ed795a57dd9af638382caeff9d7a6048f4 | |
parent | 0ae1f0dd600f6c21c34565cf4dc0c5ef0ae42709 (diff) | |
download | ouroboros-35a9691c41f7fa69a4631b39547c8fa147b044f5.tar.gz ouroboros-35a9691c41f7fa69a4631b39547c8fa147b044f5.zip |
doc: Remove pff option from irm man page
The pff option was removed from irm tool in favor of selecting it from
the routing policy.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
-rw-r--r-- | doc/man/ouroboros.8 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 0dff2451..45705053 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -251,12 +251,6 @@ default: flat. .br default: link_state. .PP -[pff \fIpolicy\fR] specifies the pdu forwarding function policy. -.br -\fIpolicy\fR: simple, alternate. -.br -default: simple. -.PP [hash \fIpolicy\fR] specifies the hash function used for the directory, .br \fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. |