On Fri, Nov 10, 2017 at 07:44:23PM +0800, 焦利涛 wrote:
> Hi :
>      I have a problem that when i use the ovs-dpctl to add a flow into 
> datapath, it occurs "ovs-dpctl: parsing flow key (Invalid argument)"
> 
>     example:
>     root@jlt:~# ovs-dpctl add-flow system@myDP 
> "in_port(1),eth_type(0x800),ipv4(src=172.31.110.4,dst=172.31.110.5)" 2
> ovs-dpctl: parsing flow key (Invalid argument)

The syntax understood by ovs-dpctl is very restrictive.  I suggest
looking at the output of "ovs-dpctl dump-flows", then imitating it
carefully.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to