We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638299a + 8ab1ff7 commit 27e68f0Copy full SHA for 27e68f0
openflow13/group.go
@@ -18,9 +18,11 @@ const (
18
)
19
20
const (
21
- OFPGC_ADD = 0 /* New group. */
22
- OFPGC_MODIFY = 1 /* Modify all matching groups. */
23
- OFPGC_DELETE = 2 /* Delete all matching groups. */
+ OFPGC_ADD = 0 /* New group. */
+ OFPGC_MODIFY = 1 /* Modify all matching groups. */
+ OFPGC_DELETE = 2 /* Delete all matching groups. */
24
+ OFPGC_INSERT_BUCKET = 3 /* Insert action buckets to the already available
25
+ list of action buckets in a matching group */
26
27
28
0 commit comments