antrea-io / libOpenflow

OpenFlow Go library
Apache License 2.0
9 stars 18 forks source link

Bugfix: Method ToUint32Mask of NXRange gets wrong result #12

Closed hongliangl closed 2 years ago

hongliangl commented 3 years ago

When range of NXRange is from 0 to 0, the mask should be 0x1, not 0x0.

Signed-off-by: Hongliang Liu lhongliang@vmware.com