:orphan: .. index:: pair: enum; tapi_net_lag_mode .. _doxid-group__tapi__net_1gafb60c2763ed9c5fb9a095a857e1b8ff1: enum tapi_net_lag_mode ====================== Overview ~~~~~~~~ Aggregation mode. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tapi_net_lag_mode { :ref:`TAPI_NET_LAG_MODE_UNKNOWN` = -1, :ref:`TAPI_NET_LAG_MODE_ACTIVE_BACKUP` = 1, :ref:`TAPI_NET_LAG_MODE_LACP` = 4, }; .. _details-group__tapi__net_1gafb60c2763ed9c5fb9a095a857e1b8ff1: 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 ----------- .. index:: pair: enumvalue; TAPI_NET_LAG_MODE_UNKNOWN .. _doxid-group__tapi__net_1ggafb60c2763ed9c5fb9a095a857e1b8ff1ae4f8249665622293833d24b6b269367d: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_NET_LAG_MODE_UNKNOWN Unknown mode. .. index:: pair: enumvalue; TAPI_NET_LAG_MODE_ACTIVE_BACKUP .. _doxid-group__tapi__net_1ggafb60c2763ed9c5fb9a095a857e1b8ff1a95def1dee12a5b3d46f3d5466ba22ba4: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_NET_LAG_MODE_ACTIVE_BACKUP Active backup mode. .. index:: pair: enumvalue; TAPI_NET_LAG_MODE_LACP .. _doxid-group__tapi__net_1ggafb60c2763ed9c5fb9a095a857e1b8ff1a8cb241bb3b1a80825fb4991e1178eb91: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_NET_LAG_MODE_LACP LACP mode.