X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-common.h;fp=include%2Fopenflow%2Fopenflow-common.h;h=a38f1e3ecdd8fc8733c186b22d1e8c02c0520c57;hb=f2e99d5dd4b52339d4e8f35625e4f8bc3d12c2e7;hp=93cc2c48eaf0247d1e31994c3ed41a2c8b7fd7cb;hpb=ddc627ad44758181661ab0bafe77632b620d6f32;p=sliver-openvswitch.git diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h index 93cc2c48e..a38f1e3ec 100644 --- a/include/openflow/openflow-common.h +++ b/include/openflow/openflow-common.h @@ -435,6 +435,14 @@ enum ofp_group { OFPG_ANY = 0xffffffff /* Wildcard, for flow stats requests. */ }; +/* Group configuration flags */ +enum ofp_group_capabilities { + OFPGFC_SELECT_WEIGHT = 1 << 0, /* Support weight for select groups */ + OFPGFC_SELECT_LIVENESS = 1 << 1, /* Support liveness for select groups */ + OFPGFC_CHAINING = 1 << 2, /* Support chaining groups */ + OFPGFC_CHAINING_CHECKS = 1 << 3, /* Check chaining for loops and delete */ +}; + enum ofp_hello_elem_type { OFPHET_VERSIONBITMAP = 1, /* Bitmap of version supported. */ };