<div>&nbsp; &nbsp;hiŁ¬bro.when i use 'ovs-ofctl' to add a few of flows into my ovs flow table from a file.A question has happened:</div><div>1.i use th vi to create a file ovs-flows-add,just like this:</div><div>add "in_port=1,actions=output:2"</div><div>add "in_port=3,actions=output:4"</div><div>...</div><div><br></div><div>2.i use the command 'ovs-ofctl add-flow br0 -&lt;/usr/local/bin/ovs-flows-add',and i get a error:"ovs-ofctl: -1:unknown keyword add"</div><div><br></div><div>3.i want to know how to add few flows into table by a file</div><div><br></div>