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