Hello, I have added two rules in ovs for dropping tcp packets ovs-ofctl add-flow virbr2 in_port=ANY,dl_type=0x0800,nw_proto=6,action=drop ovs-ofctl add-flow virbr2 in_port=8,dl_type=0x0800,nw_proto=6,action=drop
But the tcp packets are not dropped. ovs-ofctl dump-flows virbr2 NXST_FLOW reply (xid=0x4): cookie=0x0, duration=7566.927s, table=0, n_packets=1618, n_bytes=119094, idle_age=3, priority=0 actions=NORMAL cookie=0x0, duration=3.288s, table=0, n_packets=0, n_bytes=0, idle_age=3, tcp,in_port=ANY actions=drop cookie=0x0, duration=2315.026s, table=0, n_packets=0, n_bytes=0, idle_age=2315, tcp,in_port=8 actions=drop Could you help me? Thanks and BR/ Cristina
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss