:orphan: .. index:: pair: group; Bonding and bridging configuration .. _doxid-group__tapi__conf__aggr: Bonding and bridging configuration ================================== .. toctree:: :hidden: Overview ~~~~~~~~ Definition of API to configure linux trunks (IEEE 802.3ad) and bridges. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions int :ref:`tapi_cfg_aggr_create_bond`(const char* ta, const char* name, char** ifname, const char* type); int :ref:`tapi_cfg_aggr_destroy_bond`(const char* ta, const char* name); int :ref:`tapi_cfg_aggr_bond_enslave`(const char* ta, const char* name, const char* slave_if); int :ref:`tapi_cfg_aggr_bond_free_slave`(const char* ta, const char* name, const char* slave_if); .. _details-group__tapi__conf__aggr: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Definition of API to configure linux trunks (IEEE 802.3ad) and bridges. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_cfg_aggr_create_bond .. _doxid-group__tapi__conf__aggr_1ga66c5d6d69257ce7c9d4dde1e99011853: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_aggr_create_bond(const char* ta, const char* name, char** ifname, const char* type) Create bondN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - name - Name of aggregation node * - ifname - Where to place the name of created interface * - type - Typy of team or bonding .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_aggr_destroy_bond .. _doxid-group__tapi__conf__aggr_1ga4831223659df9311881e94110accc342: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_aggr_destroy_bond(const char* ta, const char* name) Destroy bondN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - name - Name of aggregation node .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_aggr_bond_enslave .. _doxid-group__tapi__conf__aggr_1gae3052b50226d4de4f12991226f98d2d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_aggr_bond_enslave(const char* ta, const char* name, const char* slave_if) Add a slave interface to a bondN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - name - Name of aggregation node * - slave_if - Name of interface to be enslaved .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_aggr_bond_free_slave .. _doxid-group__tapi__conf__aggr_1ga6b52d5c63c2cce5adf288e60a15ecc95: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_aggr_bond_free_slave(const char* ta, const char* name, const char* slave_if) Release a slave interface from a bondN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - name - Name of aggregation node * - slave_if - Name of interface to be freed .. rubric:: Returns: Status code