FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
This file defines the vpp control-plane API messages used to control the L3XC plugin. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_l3xc_plugin_get_version_t |
Get the plugin version. More... | |
struct | vl_api_l3xc_plugin_get_version_reply_t |
Reply to get the plugin version. More... | |
struct | vl_api_l3xc_update_t |
struct | vl_api_l3xc_update_reply_t |
struct | vl_api_l3xc_del_t |
struct | vl_api_l3xc_dump_t |
Dump all L3XC policies. More... | |
struct | vl_api_l3xc_details_t |
description returned in the dump More... | |
Variables | |
option | version = "1.0.1" |
import vnet fib fib_types | api |
typedef | l3xc |
A description of an L3XC policy. More... | |
bool | is_ip6 |
u8 | n_paths |
vl_api_fib_path_t | paths [n_paths] |
This file defines the vpp control-plane API messages used to control the L3XC plugin.
Definition in file l3xc.api.
typedef l3xc |
A description of an L3XC policy.
input | interface of the x-connect |
n_paths | Number of paths |
paths | The set of forwarding paths. |