Dear RYU developer team,

I am developing an RYU-based controller. At the moment I have a problem
with installing one specific flow.

ovs-ofctl add-flow --protocols=OpenFlow14 br0 table=60, ip,
ip_dst=10.0.0.5,
actions=clone(dec_ttl,mod_dl_dst:f2:1b:24:31:41:52,set_tunnel:5001,set_field:182.28.1.2->tun_dst,998),dec_ttl,mod_dl_dst:f2:1b:24:31:41:52,222

This works for me and does exactly what I need.

But RYU does not have anything like "OFPActionClone" or something like that.

How I can do the same using RYU and OFPFlowMod?

Thank you for your assistance.

Denys Levchenko
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to