:orphan: .. index:: pair: group; L2TP configuration .. _doxid-group__tapi__conf__l2tp: L2TP configuration ================== .. toctree:: :hidden: enum_l2tp_auth_policy.rst enum_l2tp_auth_prot.rst enum_l2tp_bit.rst enum_l2tp_iprange_class.rst enum_l2tp_policy.rst struct_l2tp_auth.rst struct_l2tp_ipaddr_range.rst struct_l2tp_ppp_secret.rst Overview ~~~~~~~~ Definition of TAPI to configure L2TP. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // typedefs typedef struct :ref:`l2tp_ipaddr_range` :ref:`l2tp_ipaddr_range`; typedef struct :ref:`l2tp_ppp_secret` :ref:`l2tp_ppp_secret`; typedef struct :ref:`l2tp_auth` :ref:`l2tp_auth`; // enums enum :ref:`l2tp_auth_policy`; enum :ref:`l2tp_auth_prot`; enum :ref:`l2tp_bit`; enum :ref:`l2tp_iprange_class`; enum :ref:`l2tp_policy`; // structs struct :ref:`l2tp_auth`; struct :ref:`l2tp_ipaddr_range`; struct :ref:`l2tp_ppp_secret`; // global functions :ref:`te_errno` :ref:`tapi_cfg_l2tp_server_set`(const char* ta, int status); :ref:`te_errno` :ref:`tapi_cfg_l2tp_server_get`(const char* ta, int* status); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_add`(const char* ta, const char* lns); :ref:`te_errno` :ref:`tapi_cfg_l2tp_tunnel_ip_get`(const char* ta, const char* lns, struct sockaddr** addr); :ref:`te_errno` :ref:`tapi_cfg_l2tp_tunnel_ip_set`(const char* ta, const char* lns, const struct sockaddr* addr); :ref:`te_errno` :ref:`tapi_cfg_l2tp_listen_ip_get`(const char* ta, struct sockaddr** addr); :ref:`te_errno` :ref:`tapi_cfg_l2tp_listen_ip_set`(const char* ta, const struct sockaddr* addr); :ref:`te_errno` :ref:`tapi_cfg_l2tp_port_get`(const char* ta, int* port); :ref:`te_errno` :ref:`tapi_cfg_l2tp_port_set`(const char* ta, int port); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_range_add`(const char* ta, const char* lns, const :ref:`l2tp_ipaddr_range`* iprange, enum :ref:`l2tp_iprange_class` kind); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_range_del`(const char* ta, const char* lns, const :ref:`l2tp_ipaddr_range`* iprange, enum :ref:`l2tp_iprange_class` kind); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_connected_get`(const char* ta, const char* lns, struct sockaddr*** connected); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_bit_add`(const char* ta, const char* lns, enum :ref:`l2tp_bit` bit, bool value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_bit_del`(const char* ta, const char* lns, enum :ref:`l2tp_bit`* bit); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_bit_get`(const char* ta, const char* lns, enum :ref:`l2tp_bit`* bit_name, char* selector); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_add_auth`(const char* ta, const char* lns, :ref:`l2tp_auth` param, bool value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_del_auth`(const char* ta, const char* lns, :ref:`l2tp_auth` param); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_secret_add`(const char* ta, const char* lns, const :ref:`l2tp_ppp_secret`* secret); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_secret_delete`(const char* ta, const char* lns, const :ref:`l2tp_ppp_secret`* secret); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_set_use_challenge`(const char* ta, const char* lns, bool value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_get_use_challenge`(const char* ta, const char* lns, bool* value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_set_unix_auth`(const char* ta, const char* lns, bool value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_get_unix_auth`(const char* ta, const char* lns, bool* value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_mtu_set`(const char* ta, const char* lns, int value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_mtu_get`(const char* ta, const char* lns, int* value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_mru_set`(const char* ta, const char* lns, int value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_mru_get`(const char* ta, const char* lns, int* value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_lcp_echo_failure_set`(const char* ta, const char* lns, int value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_lcp_echo_failure_get`(const char* ta, const char* lns, int* value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_lcp_echo_interval_set`(const char* ta, const char* lns, int value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_lcp_echo_interval_get`(const char* ta, const char* lns, int* value); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_pppopt_add`(const char* ta, const char* lns, const char* pparam); :ref:`te_errno` :ref:`tapi_cfg_l2tp_lns_pppopt_del`(const char* ta, const char* lns, const char* pparam); .. _details-group__tapi__conf__l2tp: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Definition of TAPI to configure L2TP. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Typedefs -------- .. index:: pair: typedef; l2tp_ipaddr_range .. _doxid-group__tapi__conf__l2tp_1ga012f090cfe17ce24b6a9da7601d75bc8: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`l2tp_ipaddr_range` l2tp_ipaddr_range Structure for the IP-address pool .. index:: pair: typedef; l2tp_ppp_secret .. _doxid-group__tapi__conf__l2tp_1ga530c613d624076d17da69c901469c8c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`l2tp_ppp_secret` l2tp_ppp_secret CHAP\|PAP secret structure .. index:: pair: typedef; l2tp_auth .. _doxid-group__tapi__conf__l2tp_1ga09f507b905e9ae35c73bd33df3b43d13: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`l2tp_auth` l2tp_auth Structure for desired authentication Global Functions ---------------- .. index:: pair: function; tapi_cfg_l2tp_server_set .. _doxid-group__tapi__conf__l2tp_1gab6483c66eb57ef2e3995f915e160030d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_server_set(const char* ta, int status) Set a l2tp server status. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - status - Status: ``1`` to start, ``0`` to stop l2tp server. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_server_get .. _doxid-group__tapi__conf__l2tp_1ga196a3a5aca6778c9444c9b206e577d3f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_server_get(const char* ta, int* status) Get a l2tp server status. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - status - Status. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_add .. _doxid-group__tapi__conf__l2tp_1gadba5c04dc9cce6d710d388bad665b73b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_add(const char* ta, const char* lns) Add LNS. Delete LNS. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - LNS name to add. * - ta - Test Agent. * - lns - Name of LNS to delete. .. rubric:: Returns: Status code Status code .. index:: pair: function; tapi_cfg_l2tp_tunnel_ip_get .. _doxid-group__tapi__conf__l2tp_1gafa2bd700cc63519a02af52f50f61d24f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_tunnel_ip_get(const char* ta, const char* lns, struct sockaddr** addr) Get tunnel IP address. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - Name of LNS. * - addr - Current tunnel IP address. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_tunnel_ip_set .. _doxid-group__tapi__conf__l2tp_1ga4e2fe50c593cca20785d1e2ea87d4915: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_tunnel_ip_set(const char* ta, const char* lns, const struct sockaddr* addr) Set tunnel IP address. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - Name of LNS. * - addr - Tunnel IP address to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_listen_ip_get .. _doxid-group__tapi__conf__l2tp_1gafed1d6b606be8011fed35a862a7bb3c3: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_listen_ip_get(const char* ta, struct sockaddr** addr) Get global listen IP address. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - addr - Listen IP address. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_listen_ip_set .. _doxid-group__tapi__conf__l2tp_1ga45500913ba7ea0ac6b155465be5d5538: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_listen_ip_set(const char* ta, const struct sockaddr* addr) Set global listen IP address. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - addr - Listen IP address to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_port_get .. _doxid-group__tapi__conf__l2tp_1ga2c48af8210172f5153d965db5417bfff: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_port_get(const char* ta, int* port) Get a global port. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - port - Port. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_port_set .. _doxid-group__tapi__conf__l2tp_1ga49442c643cbaa34c57fa3bf36a97daf0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_port_set(const char* ta, int port) Set a global port. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - port - Port to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_range_add .. _doxid-group__tapi__conf__l2tp_1ga3e85ca9b61810427239eff11a0603537: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_range_add(const char* ta, const char* lns, const :ref:`l2tp_ipaddr_range`* iprange, enum :ref:`l2tp_iprange_class` kind) Add ip range to the configuration. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section to modify. * - iprange - IP address pool. * - kind - The class of the added ip range IP\|LAC. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_range_del .. _doxid-group__tapi__conf__l2tp_1gaad3a2d9e676c67245df75f11c7db8e21: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_range_del(const char* ta, const char* lns, const :ref:`l2tp_ipaddr_range`* iprange, enum :ref:`l2tp_iprange_class` kind) Delete specified ip range from the configuration. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section to modify. * - iprange - IP address pool. * - kind - The class of the removed ip range IP\|LAC. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_connected_get .. _doxid-group__tapi__conf__l2tp_1gae6190c98bb8997e5cff9804a7a3886cb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_connected_get(const char* ta, const char* lns, struct sockaddr*** connected) Get the list of connected clients. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - connected - The connected ip addresses (array of pointers). .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_bit_add .. _doxid-group__tapi__conf__l2tp_1gad612c4c4e21b1ee89418b6013e74c082: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_bit_add(const char* ta, const char* lns, enum :ref:`l2tp_bit` bit, bool value) Add a bit option value for the specified LNS. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - bit - Desired bit option to change. * - value - Bit value. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_bit_del .. _doxid-group__tapi__conf__l2tp_1ga890018d475d8871a1b07ba7e5c527dc2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_bit_del(const char* ta, const char* lns, enum :ref:`l2tp_bit`* bit) Delete the bit option value of the specified LNS. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - bit - Desired bit option to delete. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_bit_get .. _doxid-group__tapi__conf__l2tp_1ga31ebcb1d10a11dc6aa1cf1cdd6a3deec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_bit_get(const char* ta, const char* lns, enum :ref:`l2tp_bit`* bit_name, char* selector) Get the bit parameter's value for the specified LNS. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - bit_name - Name of the parameter(e.g. hidden, length, flow). * - selector - Returned pointer to the current bit parameter value. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_add_auth .. _doxid-group__tapi__conf__l2tp_1ga241a696c4e415f4b06999a4253e5b7aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_add_auth(const char* ta, const char* lns, :ref:`l2tp_auth` param, bool value) Set the instance value to yes or no for "/auth/refuse\|require". .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - param - Desired authentication. * - value - ``true(1)`` or ``false(0)``. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_del_auth .. _doxid-group__tapi__conf__l2tp_1gafcc23cf381c6e75f89c64f59561f0f94: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_del_auth(const char* ta, const char* lns, :ref:`l2tp_auth` param) Delete the instance value "/auth/refuse\|require". .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - param - Desired authentication. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_secret_add .. _doxid-group__tapi__conf__l2tp_1ga1d1b5579b48447810eef36e7cfee324c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_secret_add(const char* ta, const char* lns, const :ref:`l2tp_ppp_secret`* secret) Add chap\|pap secret. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - secret - Secret to add. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_secret_delete .. _doxid-group__tapi__conf__l2tp_1ga0f1d56c342da4beba0887adbd71848db: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_secret_delete(const char* ta, const char* lns, const :ref:`l2tp_ppp_secret`* secret) Delete chap\|pap secret. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - secret - Secret to delete. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_set_use_challenge .. _doxid-group__tapi__conf__l2tp_1ga3c9067dbf121c8638bf619f952998fbc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_set_use_challenge(const char* ta, const char* lns, bool value) Set the instance value to yes or no for "/use_challenge:". .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_get_use_challenge .. _doxid-group__tapi__conf__l2tp_1gaae04c2f542fa079cf38c55b26b8a47f4: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_get_use_challenge(const char* ta, const char* lns, bool* value) Get the instance value "/use_challenge:". .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value of use challenge. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_set_unix_auth .. _doxid-group__tapi__conf__l2tp_1ga14eef8bb93cd3a5244b992f1f103758c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_set_unix_auth(const char* ta, const char* lns, bool value) Set the instance value to yes or no for "/unix_auth:". .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_get_unix_auth .. _doxid-group__tapi__conf__l2tp_1gaab2bfccc067275a8dea44a8135a8c74a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_get_unix_auth(const char* ta, const char* lns, bool* value) Get the instance value "/unix_auth:". .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value of auth. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_mtu_set .. _doxid-group__tapi__conf__l2tp_1ga10412890eee0a263baa86fe336de7392: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_mtu_set(const char* ta, const char* lns, int value) Set MTU size. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_mtu_get .. _doxid-group__tapi__conf__l2tp_1ga44dd8af89e325bc3fe02ad67dac87706: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_mtu_get(const char* ta, const char* lns, int* value) Get MTU size. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value of MTU. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_mru_set .. _doxid-group__tapi__conf__l2tp_1ga37be9b29321cbd2509a1614ecf53d9dc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_mru_set(const char* ta, const char* lns, int value) Set MRU size. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_mru_get .. _doxid-group__tapi__conf__l2tp_1ga2675ed0a387adab840cc0126b1bcc378: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_mru_get(const char* ta, const char* lns, int* value) Get MRU size. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value of MRU. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_lcp_echo_failure_set .. _doxid-group__tapi__conf__l2tp_1gadd3b3f7ce45e7e1991dc955d1cb6f520: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_lcp_echo_failure_set(const char* ta, const char* lns, int value) Set lcp-echo-failure. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_lcp_echo_failure_get .. _doxid-group__tapi__conf__l2tp_1ga76249a8565e51ecadf3f27ea8aae841a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_lcp_echo_failure_get(const char* ta, const char* lns, int* value) Get lcp-echo-failure. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - lcp-echo-failure value. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_lcp_echo_interval_set .. _doxid-group__tapi__conf__l2tp_1gaf5b733af294b2365f70c359bd97e9554: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_lcp_echo_interval_set(const char* ta, const char* lns, int value) Set lcp-echo-interval. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - Value to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_lcp_echo_interval_get .. _doxid-group__tapi__conf__l2tp_1ga19da2a95361bf4041da8080d7bdc1d3d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_lcp_echo_interval_get(const char* ta, const char* lns, int* value) Get lcp-echo-interval. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - value - lcp-echo-interval value. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_pppopt_add .. _doxid-group__tapi__conf__l2tp_1ga27dbb1fe629dbe4175cf50ffd86dacbb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_pppopt_add(const char* ta, const char* lns, const char* pparam) Add an option to pppd. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - opt - Option to set. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_l2tp_lns_pppopt_del .. _doxid-group__tapi__conf__l2tp_1ga56cb7d198956c0dd638ff184cae9812b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_l2tp_lns_pppopt_del(const char* ta, const char* lns, const char* pparam) Delete an option from pppd. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent. * - lns - The name of the section. * - opt - Option to delete. .. rubric:: Returns: Status code