struct tapi_cfg_tunnel

Overview

Tunnel configuration More…

#include <tapi_cfg_tunnel.h>

struct tapi_cfg_tunnel {
    // fields

    char* tunnel_name;
    enum tapi_cfg_tunnel_type type;
    bool status;
    tapi_cfg_tunnel_vxlan vxlan;
};

Detailed Documentation

Tunnel configuration

Fields

char* tunnel_name

Tunnel name (can’t be NULL)

enum tapi_cfg_tunnel_type type

Tunnel type (

See also:

tapi_cfg_tunnel_type)

bool status

Tunnel status (if 1 created or 0)