Re: [Ryu-devel] Modifying a Nicira Sample Action

2020-06-22 Thread Nick
I've figured out the mac issue, Using the _fmt_str = '!HIIIH16s6B24sQ6x' and byte array for mac although the pdp_start_epoch is still way off for some reason, any ideas? Thanks, Nick On Fri, Jun 19, 2020 at 3:42 PM Nick wrote: > Hi, > > I'm trying to modify the NXActionSample2 action and wanted

[Ryu-devel] Modifying a Nicira Sample Action

2020-06-19 Thread Nick
Hi, I'm trying to modify the NXActionSample2 action and wanted to ask for your help. Basically I have an OVS patch that modifies the Sampling action and adds a few custom fields. I currently use it with ovs-ofctl, but It would be great if I can just modify Ryu to accept the new args. I've initial