Hello,

Running OF1.3, I set match condition to OVS with certain flow specification and 
 an instruction to send that flow to a controller. 

$ sudo ovs-ofctl dump-flows s2
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=22.075s, table=0, n_packets=0, n_bytes=0, idle_age=22, 
priority=1,udp,tp_dst=30012 actions=CONTROLLER:65535
<skipped> I want to know which match condition has been triggered and  expect 
that PACKET_IN will include the whole OFPMatch condition in oxm_fields, but it 
only contains incoming port.

Bellow debug inf from my controller:
PACKET IN ARRIVED
OFPPacketIn received: buffer_id=ffffffff total_len=220 reason=ACTION table_id=0 
cookie=0 match=OFPMatch(oxm_fields={'in_port': 1}) Is it expected behavior? 

Thank you/

-- 
Alexander Beetle
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to