Skip to content

stonewhitener/dropcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

dropcheck

For Interop Tokyo 2018

Requirements

  • macOS
  • iproute2mac
  • wget
  • screen
  • mtr

Usage

# Download this script and make executable
curl -Lo dropcheck https://raw.githubusercontent.com/y-sira/dropcheck/master/dropcheck
chmod +x dropcheck

# Check the target interface (e.g. en0)
ip link | grep 'UP'

# Turn off interfaces except for the target interface
ip link set en1 down
ip link set en2 down
...

# Run tests
sudo ./dropcheck en0

About

Reachability check suite for Interop Tokyo 2018 ShowNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages