Hello Ben,
This is more of a best practices question related to this action that I
implemented.
What do you guys usually use or recommend regarding new complex actions
(complex as in it modifies more fields), is it better to define the
action similarly to the nicira extended actions or should I just create
an action for each field that needs to be modified?
On my exact case, should I define my action as "nx_my_action:..." or
should I use a set of "mod_field_1:...,mod_field_2:...,etc."?
Thanks,
Andrei
On 09/23/2013 05:48 PM, Andrei Andone wrote:
Hello Ben,
Thank you for your answer.
I hadn't added the action to the datapath but while I was writing this
email and wanted to ask you where I should look for the entry point
(thinking it should be somewhere in "odp-util.c") I found the entry
point and added my action to the datapath.
It now works.
Thank you again,
Andrei
On 09/20/2013 08:14 PM, Ben Pfaff wrote:
On Fri, Sep 20, 2013 at 08:00:10PM +0300, Andrei Andone wrote:
I managed to follow the nicira extended actions and created one of my own.
I did stumble upon an issue that I can't find a solution to though.
The action I've made has to overwrite the packets arp body (amongst
other things).
I managed to make my action compatible with openflow, and it gets
stored (and recognized) and I can see it just fine with `ovs-ofctl
dump-flows my-bridge` but not within the datapath flows.
Did you add a datapath action to overwrite the ARP body? I don't see
any action like that in the datapath flows you showed us.
--
Andrei Andone
SOFTVISION | 57 Republicii Street, 400489 Cluj-Napoca, Romania
Email: andrei.and...@softvision.ro
<mailto:andrei.and...@softvision.ro> | Web: www.softvision.ro
<http://www.softvision.ro>
The content of this communication is classified as SOFTVISION
Confidential and Proprietary Information.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
--
Andrei Andone
SOFTVISION | 57 Republicii Street, 400489 Cluj-Napoca, Romania
Email: andrei.and...@softvision.ro <mailto:andrei.and...@softvision.ro>
| Web: www.softvision.ro <http://www.softvision.ro>
The content of this communication is classified as SOFTVISION
Confidential and Proprietary Information.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss