[ovs-discuss] What does "--" mean when configuring using ovs-vsctl

2014-01-23 Thread Shiyao Ma
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*

[ovs-discuss] How to let multiple bridges connect to sflow analyzer.

2014-01-23 Thread Shiyao Ma
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}

[ovs-discuss] Hi.How to set and get openvswitch bandwidth

2014-01-15 Thread Shiyao Ma
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. ___