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
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