From: François Michel Date: Wed, 23 Aug 2023 10:01:10 +0000 (+0200) Subject: man: tc-netem: add section for specifying the netem seed X-Git-Tag: v6.6.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcff3a8fe9800b67f06edeff1264897586649d36;p=thirdparty%2Fiproute2.git man: tc-netem: add section for specifying the netem seed Signed-off-by: François Michel Signed-off-by: David Ahern --- diff --git a/man/man8/tc-netem.8 b/man/man8/tc-netem.8 index bc7947daf..a4cc0d614 100644 --- a/man/man8/tc-netem.8 +++ b/man/man8/tc-netem.8 @@ -9,7 +9,7 @@ netem \- Network Emulator .IR OPTIONS " := [ " LIMIT " ] [ " DELAY " ] [ " LOSS \ " ] [ " CORRUPT " ] [ " DUPLICATION " ] [ " REORDERING " ] [ " RATE \ -" ] [ " SLOT " ]" +" ] [ " SLOT " ] [ " SEED " ]" .IR LIMIT " := " .B limit @@ -64,6 +64,10 @@ netem \- Network Emulator .BR bytes .IR BYTES " ]" +.IR SEED " := " +.B seed +.I VALUE + .SH DESCRIPTION The .B netem @@ -240,6 +244,11 @@ It is possible to combine slotting with a rate, in which case complex behaviors where either the rate, or the slot limits on bytes or packets per slot, govern the actual delivered rate. +.TP +.BI seed " VALUE" +Specifies a seed to guide and reproduce the randomly generated +loss or corruption events. + .SH LIMITATIONS Netem is limited by the timer granularity in the kernel. Rate and delay maybe impacted by clock interrupts.