Strip trailing whitespaces

f*%^&&*g vi
This commit is contained in:
Mircea Ulinic 2017-03-17 00:55:16 +00:00 committed by GitHub
parent 897a2a37c3
commit 6cbdd61b54

View file

@ -378,13 +378,13 @@ def traceroute(destination, source=None, ttl=None, timeout=None, vrf=None):
destination
Hostname or address of remote host
source
Source address to use in outgoing traceroute packets
ttl
IP maximum time-to-live value (or IPv6 maximum hop-limit value)
timeout
Number of seconds to wait for response (seconds)
@ -420,22 +420,22 @@ def ping(destination, source=None, ttl=None, timeout=None, size=None, count=None
destination
Hostname or IP address of remote host
source
Source address of echo request
ttl
IP time-to-live value (IPv6 hop-limit value) (1..255 hops)
timeout
Maximum wait time after sending final packet (seconds)
size
Size of request packets (0..65468 bytes)
count
Number of ping requests to send (1..2000000000 packets)
vrf
VRF (routing instance) for ping attempt