Dears, I have use the tool ovs-ofctl to dump flows. When I dump, if the flow have match the nw_proto with 17, it shown ***parse error*** like this.
ovs-ofctl dump-flows tcp:192.168.130.74:6633 -O OpenFlow13 2016-04-13T08:54:43Z|00001|ofp_util|WARN|OFPST_FLOW reply bad match OFPST_FLOW reply (OF1.3) (xid=0x2): flags=[more] ***parse error*** OFPST_FLOW reply (OF1.3) (xid=0x2): cookie=0x4ee8, duration=3572.078s, table=0, n_packets=0, n_bytes=0, priority=24998,tcp,in_port=1,tp_src=80 actions=meter:2,output:2 cookie=0x4ee8, duration=3572.235s, table=0, n_packets=0, n_bytes=0, priority=24998,tcp,in_port=2,tp_dst=80 actions=meter:2,output:1 cookie=0xa, duration=2444.502s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=2 actions=output:1 cookie=0xa, duration=2444.558s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=1 actions=output:2 It works if I dump flows by Ryu controller. Please advice me how to fix the issue. best wishes, Dickens Yeh
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss