Re: [Ryu-devel] Problem in adding flow with ip_proto

2016-11-07 Thread Shinpei Muraoka
Hi, > My code works well if I use OFPMatch with eth_dst or eth_type. but If I > want to add a flow to goto another table, it can't be added. Argument actions of add_flow is missing. So I think argument error occurred during add_flow execution. Please add actions as an argument of add_flow. Tha

[Ryu-devel] Problem in adding flow with ip_proto

2016-11-05 Thread mehdi Saman
Hi, My code works well if I use OFPMatch with eth_dst or eth_type. but If I want to add a flow to goto another table, it can't be added. my add_flow function is: def add_flow(self, datapath, table_id, priority, match, instruction): """ Add entry to switch table :param datapath: targe