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)

ovs configure is that:
  root@jlt:~# ovs-dpctl show
system@myDP:
        lookups: hit:0 missed:0 lost:0
        flows: 0
        masks: hit:0 total:0 hit/pkt:0.00
        port 0: myDP (internal)
        port 1: ens33.2
        port 2: ens33.3
system@br:
        lookups: hit:0 missed:0 lost:0
        flows: 0
        masks: hit:0 total:0 hit/pkt:0.00
        port 0: br (internal)

root@jlt:~# ovs-vswitchd --version
ovs-vswitchd (Open vSwitch) 2.3.0
Compiled Oct 23 2017 21:46:42
OpenFlow versions 0x1:0x1

root@jlt:~# lsmod | grep open
openvswitch            98304  4
nf_defrag_ipv6         36864  1 openvswitch
nf_conntrack          106496  6 
openvswitch,nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
libcrc32c              16384  3 xfs,raid456,openvswitch
root@jlt:~# 

        I am looking forward to your reply early.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to