FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
create 6rd tunnel ip6-pfx <ip6-pfx> ip4-pfx <ip4-pfx> ip4-src <ip4-addr> ip4-table-id <ID> ip6-table-id <ID> [security-check].
Declaration: create_sixrd_tunnel_command (src/vnet/ipip/ipip_cli.c line 468)
Implementation: create_sixrd_tunnel_command_fn.
create ipip tunnel src <addr> dst <addr> [instance <n>] [outer-table-id <ID>] [p2mp].
Declaration: create_ipip_tunnel_command (src/vnet/ipip/ipip_cli.c line 201)
Implementation: create_ipip_tunnel_command_fn.
delete 6rd tunnel sw_if_index <sw_if_index>.
Declaration: delete_sixrd_tunnel_command (src/vnet/ipip/ipip_cli.c line 475)
Implementation: delete_sixrd_tunnel_command_fn.
delete ipip tunnel sw_if_index <sw_if_index>.
Declaration: delete_ipip_tunnel_command (src/vnet/ipip/ipip_cli.c line 207)
Implementation: delete_ipip_tunnel_command_fn.
Declaration: show_ipip_tunnel_command (src/vnet/ipip/ipip_cli.c line 294)
Implementation: show_ipip_tunnel_command_fn.
show ipip tunnel-hash.
Declaration: ipip_tunnel_hash_show_node (src/vnet/ipip/ipip_cli.c line 335)
Implementation: ipip_tunnel_hash_show.