mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Strip trailing whitespaces
f*%^&&*g vi
This commit is contained in:
parent
897a2a37c3
commit
6cbdd61b54
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue