We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: feature request
Add network packet duplication experiment.
Support the following command:
blade create network duplicate --percent 80 --interface eth0 blade create network duplicate --percent 50 --interface eth0 --exclude-port 22,8000 blade create network duplicate --percent 50 --interface eth0 --remote-port 80,7001,8000-8090 blade create network duplicate --percent 50 --interface eth0 --local-port 7001,8000-8090 blade create network duplicate --percent 50 --interface eth0 --local-port 7001,8080 --remote-port 80,8000-8090
Specify duplication percent with interface,local-port,remote-port and exlude-port flags.
Linux
The text was updated successfully, but these errors were encountered:
xcaspar
No branches or pull requests
Issue Description
Type: feature request
Describe what happened (or what feature you want)
Add network packet duplication experiment.
Describe what you expected to happen
Support the following command:
Specify duplication percent with interface,local-port,remote-port and exlude-port flags.
Tell us your environment
Linux
Anything else we need to know?
The text was updated successfully, but these errors were encountered: