Hi.
/ From the man page, I roughly know -- can be used to separate the global
commands and local parameters during each invocation/
I wonder does "--" also separate each invocation?
For example,
*ovs-vsctl* *--* *set* *Bridge* *br0* *netflow=@nf* *\*
*--* *--id=@nf* *create*
Hi.
By looking the mail archive, I got this solution:
>
collector_ip=127.0.0.1:6343
agent_ip=eth1
header_bytes=128
sampling_n=256
polling_sec=10
sFlowUUID=`sudo ovs-vsctl -- --id=@sflow \
create sflow\
agent=${agent_ip}
Hi.
I want to :
1. set the bandwidths limit for each openvswitch
2. get the current bandwidth and bandwidth limit of each openvswitch
I guess there would be some commands like ovs-ofctl to do that, but I
didn't find the exact command on the website.
Thanks.
___