FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
clear all active counters.
Declaration: clear_counters_command (src/vnet/l2tp/l2tp.c line 222)
Implementation: clear_counters_command_fn.
create l2tpv3 tunnel client <ip6> our <ip6> local-cookie <hex> remote-cookie <hex> local-session <dec> remote-session <dec>.
Declaration: create_l2tpv3_tunnel_command (src/vnet/l2tp/l2tp.c line 524)
Implementation: create_l2tpv3_tunnel_command_fn.
set interface ip6 l2tpv3 <intfc> [del].
Declaration: set_interface_ip6_l2tpv3 (src/vnet/l2tp/l2tp.c line 672)
Implementation: set_ip6_l2tpv3.
set l2tpv3 tunnel cookie <intfc> local <hex> remote <hex>.
Declaration: set_l2tp_tunnel_cookie_command (src/vnet/l2tp/l2tp.c line 607)
Implementation: set_l2tp_tunnel_cookie_command_fn.
show l2tpv3 [verbose].
Declaration: show_session_detail_command (src/vnet/l2tp/l2tp.c line 144)
Implementation: show_l2tp_command_fn.
increment all active counters.
Declaration: test_counters_command (src/vnet/l2tp/l2tp.c line 187)
Implementation: test_counters_command_fn.