[ovs-dev] How to add-flow to netdev datapth by ovs-appctl?

Ben Pfaff blp at ovn.org
Fri Dec 2 18:51:19 UTC 2016


On Sat, Dec 03, 2016 at 02:41:28AM +0800, ry0117 wrote:
> Thanks for your reply~
> I'm very sorry. I've used ovs-ofctl command to add flow, just like:
>     ovs-ofctl add-flow ovsBusiness "cookie=0x0, table=0, send_flow_rem priority=3566,ip,in_port=1 actions=output:8"
> But now I want to add a flow: all packets receive from port 1 output from port 8 in netdev datapath. What should I do to add this flow?

ovs-ofctl also works with the netdev datapath.  You don't need a
different command.


More information about the dev mailing list