hi,

> {ofp_message,4,flow_mod,1564942082,{ofp_flow_mod,<<0,0,0,0,0,0,0,0>>,<<0,0,0,0,0,0,0,0>>,0,add,0,0,126,65535,any,any,[],{ofp_match,[{ofp_field,openflow_basic,ip_proto,false,<<1>>,undefined},{ofp_field,openflow_basic,eth_type,false,<<8,0>>,undefined},{ofp_field,openflow_basic,in_port,false,<<0,0,0,2>>,undefined},{ofp_field,openflow_basic,ipv4_src,false,<<192,168,1,20>>,undefined},{ofp_field,openflow_basic,eth_src,false,<<0,22,62,40,221,38>>,undefined}]},[{ofp_instruction_goto_table,6,1}]}}

i guess you are getting bad_prereq errors.
match fields are ordered.
i.e. your create_match API seems broken because python dict is unordered.

YAMAMOTO Takashi

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to