struct tapi_net_ctx

Overview

Network configuration context that includes all interface definitions and network topologies. More…

#include <tapi_net.h>

struct tapi_net_ctx {
    // fields

    te_vec agents;
    te_vec nets;
};

Detailed Documentation

Network configuration context that includes all interface definitions and network topologies.

Fields

te_vec agents

Vector holding agent-specific information.

te_vec nets

Vector holding network-specific information.