Hello,
I have modified priority of my flow but still 0 hits:

SDNinaBox:/opt/products # ovs-ofctl dump-flows virbr2
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=17874.209s, table=0, n_packets=947962078, 
n_bytes=39988749187, idle_age=0, priority=0 actions=NORMAL
cookie=0x0, duration=1444.873s, table=0, n_packets=0, n_bytes=0, idle_age=1444, 
priority=30000,tcp,in_port=ANY actions=drop

Could you help me?

Thanks and BR/



From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Cristina 
Palomo Regidor
Sent: viernes, 01 de abril de 2016 11:59
To: discuss@openvswitch.org
Subject: [ovs-discuss] openvswitch not filtering tcp packets ovs-ofctl

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

Reply via email to