On Tue, Oct 23, 2012 at 08:58:15AM -0700, Ben Pfaff wrote:
> On Thu, Oct 18, 2012 at 02:58:02PM +0900, Simon Horman wrote:
> > Data structure to store allowed versions as a bitmap.
> >
> > Bit offsets correspond to ofp_version numbers which in turn
> > correspond to wire-protocol numbers for Open
On Thu, Oct 18, 2012 at 02:58:02PM +0900, Simon Horman wrote:
> Data structure to store allowed versions as a bitmap.
>
> Bit offsets correspond to ofp_version numbers which in turn
> correspond to wire-protocol numbers for Open Flow versions..
> E.g. (1 << OFP10_VERSION) is the mask for Open Flow
Data structure to store allowed versions as a bitmap.
Bit offsets correspond to ofp_version numbers which in turn
correspond to wire-protocol numbers for Open Flow versions..
E.g. (1 << OFP10_VERSION) is the mask for Open Flow 1.1.
If the bit for a version is set then it is allowed, otherwise it i