Hi,
First, please try '--verbose' option of ryu-manager to get the detail logs.
On my environment, the following error messages were shown.
$ ryu-manager ryu.app.simple_switch_13 --verbose
...
move onto main mode
EventOFPErrorMsg received.
version=0x4, msg_type=0x1, msg_len=0x4c, xid=0x737ff375
Hi
I tried to use the following code to add a data flow which has two specific
actions operations: OFPActionSetField, and OFPActionOutput.
match = parser.OFPMatch(eth_src='00:00:00:00:00:04',
eth_dst='00:00:00:00:00:07')
actions =
[parser.OFPActionSetField(parser.OFPMatchField.make(ofproto