On Mon, Jul 09, 2012 at 11:46:28PM -0700, Ben Pfaff wrote:
> On Thu, Jul 05, 2012 at 05:27:26PM +0900, Simon Horman wrote:
> > the purpose of this series is to:
> >
> > * Add encoding of the OXM VLAN VID and VLAN PCP matches and;
> > * Correct the decoding of OXM VLAN VID and VLAN PCP matches
> >
On Thu, Jul 05, 2012 at 05:27:26PM +0900, Simon Horman wrote:
> the purpose of this series is to:
>
> * Add encoding of the OXM VLAN VID and VLAN PCP matches and;
> * Correct the decoding of OXM VLAN VID and VLAN PCP matches
> without breaking ovs-ofctl add-flows, which uses some of the
> same
Hi,
the purpose of this series is to:
* Add encoding of the OXM VLAN VID and VLAN PCP matches and;
* Correct the decoding of OXM VLAN VID and VLAN PCP matches
without breaking ovs-ofctl add-flows, which uses some of the
same code paths.
It is more or less a complete re-write of the first att