On Thu, Oct 01, 2015 at 05:29:42PM +0900, Minoru TAKAHASHI wrote:
> Hi,
>
> I use following function of lib/ofp-actions.c
>
> /* Converts 'ofpacts_bitmap', a bitmap whose bits correspond to OFPACT_*
> * values, into a bitmap of actions suitable for OpenFlow 'version', and
> * returns the res
Hi,
I use following function of lib/ofp-actions.c
/* Converts 'ofpacts_bitmap', a bitmap whose bits correspond to OFPACT_*
* values, into a bitmap of actions suitable for OpenFlow 'version', and
* returns the result. */
ovs_be32
ofpact_bitmap_to_openflow(uint64_t ofpacts_bitmap, enum ofp_v