I added a flow to table0, but the flow is not shown correctly... Is this a bug?
root@ashok-vb:/home/achippa/openvswitch-2.3.0# ovs-ofctl del-flows br-int root@ashok-vb:/home/achippa/openvswitch-2.3.0# ovs-ofctl dump-flows br-int NXST_FLOW reply (xid=0x4): root@ashok-vb:/home/achippa/openvswitch-2.3.0# root@ashok-vb:/home/achippa/openvswitch-2.3.0# root@ashok-vb:/home/achippa/openvswitch-2.3.0# root@ashok-vb:/home/achippa/openvswitch-2.3.0# ovs-ofctl add-flow br-int table=0,priority=9999,nw_src=1.1.1.1,nw_dst=1.1.1.2,actions=DROP 2015-02-03T09:14:06Z|00001|ofp_util|INFO|normalization changed ofp_match, details: 2015-02-03T09:14:06Z|00002|ofp_util|INFO| pre: nw_src=1.1.1.1,nw_dst=1.1.1.2 2015-02-03T09:14:06Z|00003|ofp_util|INFO|post: root@ashok-vb:/home/achippa/openvswitch-2.3.0# ovs-ofctl dump-flows br-int NXST_FLOW reply (xid=0x4): cookie=0x0, duration=8.642s, table=0, n_packets=0, n_bytes=0, idle_age=8, priority=9999 actions=drop I ping 1.1.1.2 from 1.1.1.1 and the traffic passes through...!! What am I missing?
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss