On Wed, May 06, 2015 at 05:58:20PM -0500, David Evans wrote: > Now I see some compose_* actions in the ofproto-dpif-xlate.c > But I don?t see how anything turns from a OFPACT_* into an > OVS_ACTION_ATTR_* ? > Where does this part of the translation from openflow action to datapath > action happen. > I don?t see any tables, or comparison items that would lead me to be able > to match my OVS_ACTION_ATTR_FOO_MY_PKTS against my new ofp_raw_action_type > Value DE_RAW_FOO_MY_PKTS action.
do_xlate_actions() in ofproto-dpif-xlate.c does the translation. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
