antrea-io / libOpenflow

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

Add const values for OFPGC_INSERT_BUCKET and OFPGC_REMOVE_BUCKET commands #27

Closed hongliangl closed 2 years ago

hongliangl commented 2 years ago

To support OFPGC_INSERT_BUCKET and OFPGC_REMOVE_BUCKET commands, CommandBucketId in GroupMod should be either the bucket ID of one of the buckets already existing in the group, or one of the special bucket identifiers, which are added in this PR.

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