diff options
author | 2016-11-30 18:04:05 +0200 | |
---|---|---|
committer | 2016-11-30 18:04:05 +0200 | |
commit | e5ee9a836a1ec8e4f3d7bf36b821f593c2e4c5b6 (patch) | |
tree | 10518fc495fd61858ce2b676f97c3a75b714a001 /scripts/automation/trex_control_plane/stl/trex_stl_lib | |
parent | 1783336927c38d4fc87f510a1816ece2cc318321 (diff) |
doc breakage
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py index feb6ef45..8429bb86 100755 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py @@ -2788,10 +2788,8 @@ class STLClient(object): led_on - True or False flow_ctrl - 0: disable all, 1: enable tx side, 2: enable rx side, 3: full enable rxf - 'hw' for hardware rules matching packets only or 'all' all packets - ipv4 - configure IPv4 address for port(s). for multiple ports should be a list - of IPv4 addresses in the same length of the ports array - dest - configure destination address for port(s) in either IPv4 or MAC format. - for multiple ports should be a list in the same length of the ports array + ipv4 - configure IPv4 address for port(s). for multiple ports should be a list of IPv4 addresses in the same length of the ports array + dest - configure destination address for port(s) in either IPv4 or MAC format. for multiple ports should be a list in the same length of the ports array resolve - if true, in case a destination address is configured as IPv4 try to resolve it :raises: + :exe:'STLError' |