You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine
Brad Fitzpatrick 84dc891843 cmd/tailscale/cli: add ping subcommand
For example:

$ tailscale ping -h
USAGE
  ping <hostname-or-IP>

FLAGS
  -c 10                   max number of pings to send
  -stop-once-direct true  stop once a direct path is established
  -verbose false          verbose output

$ tailscale ping mon.ts.tailscale.com
pong from monitoring (100.88.178.64) via DERP(sfo) in 65ms
pong from monitoring (100.88.178.64) via DERP(sfo) in 252ms
pong from monitoring (100.88.178.64) via [2604:a880:2:d1::36:d001]:41641 in 33ms

Fixes #661

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
filter wgengine/filter: omit logging for all v6 multicast, remove debug panic :( 4 years ago
magicsock cmd/tailscale/cli: add ping subcommand 4 years ago
monitor wgengine/monitor: log RTM_DELROUTE details, fix format strings 4 years ago
packet wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam 4 years ago
router wgengine/router: set MTU on Windows to min(configured,possible) 4 years ago
tsdns tsdns: implement reverse DNS lookups, canonicalize names everywhere. (#640) 4 years ago
tstun wgengine: configure wireguard peers lazily, as needed 4 years ago
winnet Move Linux client & common packages into a public repo. 4 years ago
rusage.go Move "logger" package to under types, now that we have it. 4 years ago
rusage_nowindows.go wgengine: flesh out some docs 4 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 4 years ago
userspace.go cmd/tailscale/cli: add ping subcommand 4 years ago
userspace_test.go wgengine,magicsock: fix two lazy wireguard config issues 4 years ago
watchdog.go cmd/tailscale/cli: add ping subcommand 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go cmd/tailscale/cli: add ping subcommand 4 years ago