From 7c362a7c7355d4487d4d6eefc188c16a56418373 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Sun, 5 Mar 2017 15:09:57 +0200 Subject: fix STLVmFlowVarRepetableRandom typo instruction Signed-off-by: Hanoh Haim --- scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/automation/trex_control_plane/doc_stl/api') diff --git a/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst b/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst index cac2f5ab..47222aa2 100755 --- a/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst +++ b/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst @@ -163,10 +163,10 @@ STLVmTupleGen :members: :member-order: bysource -STLVmFlowVarRepetableRandom +STLVmFlowVarRepeatableRandom ---------------------------- -.. autoclass:: trex_stl_lib.trex_stl_packet_builder_scapy.STLVmFlowVarRepetableRandom +.. autoclass:: trex_stl_lib.trex_stl_packet_builder_scapy.STLVmFlowVarRepeatableRandom :members: :member-order: bysource @@ -236,7 +236,7 @@ Field Engine snippet vm = STLScVmRaw( [ STLVmFlowVar ( "ip_src", min_value="10.0.0.1", max_value="10.0.0.255", size=4, step=1,op="inc"), - STLVmFlowVarRepetableRandom ( "ip_dst", + STLVmFlowVarRepeatableRandom ( "ip_dst", min_value="48.0.0.1", max_value="48.0.0.255", size=4, -- cgit