ROFL-pipeline  v0.6.0dev
of1x_group_types.h
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 
5 #ifndef __OF1X_GROUP_TYPES_H__
6 #define __OF1X_GROUP_TYPES_H__
7 
8 // This file is created to avoid cross dependency of header files
9 
14 typedef enum of1x_group_type{
15  OF1X_GROUP_TYPE_ALL = 0, /* All (multicast/broadcast) group. */
16  OF1X_GROUP_TYPE_SELECT = 1, /* Select group. */
17  OF1X_GROUP_TYPE_INDIRECT = 2, /* Indirect group. */
18  OF1X_GROUP_TYPE_FF = 3, /* Fast failover group. */
20 
21 #endif //__OF1X_GROUP_TYPES_H__
enum of1x_group_type of1x_group_type_t
Group type.
of1x_group_type
Group type.