enum tapi_net_lag_mode
Overview
Aggregation mode. More…
#include <tapi_net.h> enum tapi_net_lag_mode { TAPI_NET_LAG_MODE_UNKNOWN = -1, TAPI_NET_LAG_MODE_ACTIVE_BACKUP = 1, TAPI_NET_LAG_MODE_LACP = 4, };
Detailed Documentation
Aggregation mode.
The numeric values of this enumeration MUST match the aggregation mode expected by the agent backend (see agents/unix/conf/base/conf_aggr.c).
Enum Values
TAPI_NET_LAG_MODE_UNKNOWN
Unknown mode.
TAPI_NET_LAG_MODE_ACTIVE_BACKUP
Active backup mode.
TAPI_NET_LAG_MODE_LACP
LACP mode.