FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A uni-directional MPLS tunnel. More...
Data Fields | |
fib_node_t | mt_node |
The tunnel hooks into the FIB control plane graph. More... | |
mpls_tunnel_flags_t | mt_flags |
Tunnel flags. More... | |
dpo_id_t | mt_l2_lb |
If the tunnel is an L2 tunnel, this is the link type ETHERNET load-balance. More... | |
u32 | mt_hw_if_index |
The HW interface index of the tunnel interfaces. More... | |
u32 | mt_sw_if_index |
The SW interface index of the tunnel interfaces. More... | |
fib_node_index_t | mt_path_list |
The path-list over which the tunnel's destination is reachable. More... | |
u32 | mt_sibling_index |
sibling index on the path-list so notifications are received. More... | |
fib_path_ext_list_t | mt_path_exts |
A vector of path extensions o hold the label stack for each path. More... | |
A uni-directional MPLS tunnel.
Definition at line 55 of file mpls_tunnel.h.
mpls_tunnel_flags_t mpls_tunnel_t_::mt_flags |
Tunnel flags.
Definition at line 65 of file mpls_tunnel.h.
u32 mpls_tunnel_t_::mt_hw_if_index |
The HW interface index of the tunnel interfaces.
Definition at line 76 of file mpls_tunnel.h.
dpo_id_t mpls_tunnel_t_::mt_l2_lb |
If the tunnel is an L2 tunnel, this is the link type ETHERNET load-balance.
Definition at line 71 of file mpls_tunnel.h.
fib_node_t mpls_tunnel_t_::mt_node |
The tunnel hooks into the FIB control plane graph.
Definition at line 60 of file mpls_tunnel.h.
fib_path_ext_list_t mpls_tunnel_t_::mt_path_exts |
A vector of path extensions o hold the label stack for each path.
Definition at line 96 of file mpls_tunnel.h.
fib_node_index_t mpls_tunnel_t_::mt_path_list |
The path-list over which the tunnel's destination is reachable.
Definition at line 86 of file mpls_tunnel.h.
u32 mpls_tunnel_t_::mt_sibling_index |
sibling index on the path-list so notifications are received.
Definition at line 91 of file mpls_tunnel.h.
u32 mpls_tunnel_t_::mt_sw_if_index |
The SW interface index of the tunnel interfaces.
Definition at line 81 of file mpls_tunnel.h.