![]() |
FD.io VPP
v16.12-rc0-122-gce64b8e
Vector Packet Processing
|
create mpls ethernet policy tunnel [del] dst <mac-addr> intfc <addr>/<mw>n classify-table-index <nn>.
Declaration: create_mpls_ethernet_policy_tunnel_command (vnet/vnet/mpls/interface.c:2229)
Implementation: create_mpls_ethernet_policy_tunnel_command_fn.
create mpls ethernet tunnel [del] dst <mac-addr> intfc <addr>/<mw>.
Declaration: create_mpls_ethernet_tunnel_command (vnet/vnet/mpls/interface.c:1905)
Implementation: create_mpls_ethernet_tunnel_command_fn.
create mpls gre tunnel [del] src <addr> dst <addr> intfc <addr>/<mw>.
Declaration: create_mpls_tunnel_command (vnet/vnet/mpls/interface.c:1434)
Implementation: create_mpls_gre_tunnel_command_fn.
Enable/Disable an interface for MPLS forwarding.
Declaration: set_interface_ip_table_command (vnet/vnet/mpls/interface.c:2272)
Implementation: mpls_interface_enable_disable.
show mpls tunnel.
Declaration: show_mpls_tunnel_command (vnet/vnet/mpls/interface.c:1546)
Implementation: show_mpls_tunnel_command_fn.
mpls decap add fib <id> label <nn> [s-bit-clear] [next-index <nn>].
Declaration: mpls_add_decap_command (vnet/vnet/mpls/mpls.c:591)
Implementation: mpls_add_decap_command_fn.
mpls decap delete label <label> rx-fib <id> [s-bit-clear].
Declaration: mpls_del_decap_command (vnet/vnet/mpls/mpls.c:651)
Implementation: mpls_del_decap_command_fn.
mpls encap add label <label> ... fib <id> dest <ip4-address>.
Declaration: mpls_add_encap_command (vnet/vnet/mpls/mpls.c:375)
Implementation: mpls_add_encap_command_fn.
mpls encap delete fib <id> dest <ip4-address>.
Declaration: mpls_del_encap_command (vnet/vnet/mpls/mpls.c:440)
Implementation: mpls_del_encap_command_fn.
Create/Delete MPL local labels.
Declaration: mpls_local_label_command (vnet/vnet/mpls/mpls.c:879)
Implementation: vnet_mpls_local_label.
show mpls encap.
Declaration: show_mpls_fib_command (vnet/vnet/mpls/mpls.c:725)
Implementation: show_mpls_fib_command_fn.
show mpls features.
Declaration: show_ip_features_command (vnet/vnet/mpls/mpls_features.c:193)
Implementation: show_mpls_features_command_fn.
show mpls interface features <intfc>.
Declaration: show_mpls_interface_features_command (vnet/vnet/mpls/mpls_features.c:249)
Implementation: show_mpls_interface_features_command_fn.