diff options
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/01_testcases.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index a35c395e..fd268bed 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -31,6 +31,18 @@ # "MultiStream": 0-65535 # Optional. Defines number of flows simulated # # by traffic generator. Value 0 disables # # MultiStream feature +# # It can be overridden by cli option multistream. +# "Stream Type": ["L2"|"L3"|"L4"] # Optional. Stream Type is an extension +# # of the "MultiStream" feature. If MultiStream +# # is disabled, then Stream Type will be ignored. +# # Stream Type defines ISO OSI network layer +# # used for simulation of multiple streams. +# # It can be overridden by cli option stream_type. +# # Values: +# # "L2" - iteration of destination MAC address +# # "L3" - iteration of destination IP address +# # "L4" - iteration of destination UDP port +# # Default value is "L4". # "Flow Type": ["port"|"IP"] # Optional. Defines flows complexity. In case # # it isn't specified, then "port" will be used. # # Values: |