[Ryu-devel] Question regarding --cacert input argument

2013-10-09 Thread David Ganor
Hi everyone, I'm using latest ryu on Ubuntu12.04. I've followed the documentation and managed to connect securely an OpenVSwitch1.4 to the ryu, using the controller's privkey and cert files and the switch's cacert file. Now I wish to connect another OpenVSwitch1.4. I understand that it m

[Ryu-devel] [PATCH] of13: correct parser() in several OFPActions

2013-10-09 Thread Yuichi Ito
before applying this patch: - parser() of OFPActionDecMplsTtl calls itself recursively. - parser() of OFPActionDecNwTtl, OFPActionCopyTtlOut, OFPActionCopyTtlIn and OFPActionPopVlan fail by shortage of arguments. after applying this patch: - all parser() of OFPActions work nicely. Signed-