diff options
Diffstat (limited to 'resources/traffic_scripts/send_icmp_check_headers.py')
-rwxr-xr-x | resources/traffic_scripts/send_icmp_check_headers.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/traffic_scripts/send_icmp_check_headers.py b/resources/traffic_scripts/send_icmp_check_headers.py index f8f5309764..7450bd18e3 100755 --- a/resources/traffic_scripts/send_icmp_check_headers.py +++ b/resources/traffic_scripts/send_icmp_check_headers.py @@ -12,8 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Traffic script that sends an ip icmp packet -from one interface to the other. +"""Traffic script that sends an IP ICMPv4/ICMPv6 packet from one interface +to the other. Source and destination IP addresses and source and destination +MAC addresses are checked in received packet. """ import sys |