On Fri, Dec 28, 2012 at 08:23:47AM +0200, Jarno Rajahalme wrote:
>
> On Dec 27, 2012, at 7:23 , ext Simon Horman wrote:
>
> >
> > +static ovs_be16
> > +actions_allow_l3_extraction(const struct ofpact *ofpacts, size_t
> > ofpacts_len)
> > +{
> > +const struct ofpact *a;
> > +
> > +OFPACT
On Dec 27, 2012, at 7:23 , ext Simon Horman wrote:
>
> +static ovs_be16
> +actions_allow_l3_extraction(const struct ofpact *ofpacts, size_t ofpacts_len)
> +{
> +const struct ofpact *a;
> +
> +OFPACT_FOR_EACH (a, ofpacts, ofpacts_len) {
> +if (a->type == OFPACT_EXIT)
> +