This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "This script should be run as root" | |
DELAY_MS=100 | |
DELAY_DISTRIBUTION=50 | |
LOSS_PERCENT=2 | |
CLI="ip netns exec client" | |
SRV="ip netns exec server" | |
echo "Cleanup, ignore errors if this is first run" | |
ip netns del client | |
ip netns del server |