diff options
Diffstat (limited to 'resources/libraries/robot/telemetry/span.robot')
-rw-r--r-- | resources/libraries/robot/telemetry/span.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/telemetry/span.robot b/resources/libraries/robot/telemetry/span.robot index d994e95e3e..3ef8716cfa 100644 --- a/resources/libraries/robot/telemetry/span.robot +++ b/resources/libraries/robot/telemetry/span.robot @@ -31,7 +31,7 @@ | | ... | - rx_port - Second interface on TG. Type: string | | ... | - src_ip - Packet source IP address. Type: string | | ... | - dst_ip - Packet destination IP address. Type: string -| | ... | - ptype - Type of payload, ARP or ICMP. Type: string +| | ... | - ptype - Type of payload, ARP, ICMP or ICMPv6. Type: string | | ... | | ... | *Return:* | | ... | - No value returned @@ -53,4 +53,4 @@ | | ... | --tx_if ${tx_port_name} --rx_if | ${rx_port_name} | | ... | --ptype ${ptype} | | Run Traffic Script On Node | span_check.py | ${tg_node} | -| | ... | ${args}
\ No newline at end of file +| | ... | ${args} |