"焦利涛" <309569...@qq.com> writes:

> 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)

You may be able to use 'dmesg' to see which key is missing.

See the talk by Joe Stringer:
https://www.youtube.com/watch?v=8ieoUQI7X88

And the blogpost (shameless plug for myself):
https://developers.redhat.com/blog/2017/04/06/direct-kernel-open-vswitch-flow-programming/

-Aaron
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to