aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/lisp-cp/one_cli.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-23c11 safe string handling supportDave Barach1-20/+20
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-2/+2
2017-12-10VPP-1077 Add meaningful error info, when executing command with enable/disabl...Swarup Nayak1-8/+8
2017-10-31LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24Filip Tehlar1-3/+186
2017-10-30LISP: improve updating the dataplne when locators changeFilip Tehlar1-1/+7
2017-09-20LISP: add debug cli for neighbor discoveryFilip Tehlar1-1/+65
2017-09-19LISP: support for neighbor discoveryFilip Tehlar1-0/+36
2017-09-04LISP: re-fetch mapping before it expiresFilip Tehlar1-2/+13
2017-08-07LISP: Map-server fallback featureFilip Tehlar1-0/+64
2017-08-02LISP: make TTL for map register messages configurableFilip Tehlar1-0/+67
2017-06-08LISP: add NSH supportFilip Tehlar1-1/+57
2017-05-30LISP: L2 ARP handlingFilip Tehlar1-0/+100
2017-04-13LISP: make statistics thread safeFilip Tehlar1-1/+1
2017-04-11LISP: show mapping negative action in CLIFilip Tehlar1-2/+3
2017-03-30LISP: Do not show P-ITR generated mappingFilip Tehlar1-0/+3
2017-03-21LISP statisticsFilip Tehlar1-6/+55
2017-03-08LISP: add stats API/CLIFilip Tehlar1-0/+56
2017-03-02VPP-648: CLI Memory leak with invalid parameterBilly McFall1-28/+86
2017-02-21Add Overlay Network Engine APIFilip Tehlar1-0/+1593
ete a client registration */ manual_print define memclnt_delete { u32 index; /* index, used e.g. by API trace replay */ u64 handle; /* handle by which vlib knows this client */ }; define memclnt_delete_reply { i32 response; /* Non-negative = success */ u64 handle; /* in case the client wonders */ }; /* * Client RX thread exit */ define rx_thread_exit { u8 dummy; }; /* * RPC */ define rpc_call { u32 client_index; u32 context; u64 function; u8 multicast; u8 need_barrier_sync; u8 send_reply; u8 data[0]; }; define rpc_reply { i32 retval; u32 context; }; /* * Lookup message-ID base by name */ define get_first_msg_id { u32 client_index; u32 context; u8 name[64]; }; define get_first_msg_id_reply { u32 client_index; u32 context; i32 retval; u16 first_msg_id; };