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
create flow
Example usage:
otgen create tcp -s 1.1.1.1 -d 2.2.2.2 -p 80 --rate 1000pps
should produce an OTG config on stdout that can be further passed to otgen run stdin
otgen run
TODO:
flow
dst
src
smac
dmac
rate
count
size
port
tcp | udp
ipv4 | ipv6
icmp
envsubst
add
create
swap
Moved these to #19
delay
The text was updated successfully, but these errors were encountered:
add flow
Merge pull request #14 from otg-staging/renovate/github.com-open-traf…
d43f6f8
…fic-generator-snappi-gosnappi-0.x Update module github.com/open-traffic-generator/snappi/gosnappi to v0.10.9
bortok
Successfully merging a pull request may close this issue.
Example usage:
should produce an OTG config on stdout that can be further passed to
otgen run
stdinTODO:
flow
boilerplate with TCPdst
parameter - single valuesrc
parameter - single valuesmac
/dmac
params - single valuerate
parametercount
parameter - fixed_packetssize
parameter - fixedport
parametertcp | udp
selectoripv4 | ipv6
selectoricmp
protoenvsubst
add
alternative tocreate
to read config from stdin and add to itswap
Moved these to #19
delay
parameter for flowsflow
a default subcommandThe text was updated successfully, but these errors were encountered: