aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/api/vpe.api
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-04-15 08:25:08 -0400
committerDave Barach <dave@barachs.net>2016-04-15 08:25:20 -0400
commit51c02a477811444e7ef3091b81100974d68afc63 (patch)
treef652491211365bdb0ac74813e440b530348252de /vpp/api/vpe.api
parent595395d47b71d880d49febae3d06629ba88727d0 (diff)
Remove historical netconf message switch APIs
The scheme is unused, and never to be used again; it was a bad idea in the first place. Change-Id: I1479a1fa9191e0374e00f7326545d216c3a11e32 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vpp/api/vpe.api')
-rw-r--r--vpp/api/vpe.api79
1 files changed, 0 insertions, 79 deletions
diff --git a/vpp/api/vpe.api b/vpp/api/vpe.api
index 4414a7f7ade..f255fdaf622 100644
--- a/vpp/api/vpe.api
+++ b/vpp/api/vpe.api
@@ -819,85 +819,6 @@ define dhcp_proxy_set_vss_reply {
i32 retval;
};
-/*
- * These messages bounce off the dataplane and are not otherwise
- * interpreted; each has its own publish / subscribe API.
- * If the dataplane receives one of these and doesn't have an
- * active subscription for it, the message will be silently freed.
- */
-
-define from_netconf_server {
- u32 client_index;
- u32 context;
- u8 data[0];
-};
-
-define want_from_netconf_server {
- u32 client_index;
- u32 context;
- u32 enable_disable;
- u32 pid;
-};
-
-define want_from_netconf_server_reply {
- u32 context;
- i32 retval;
-};
-
-define to_netconf_server {
- u32 client_index;
- u32 context;
- u8 data[0];
-};
-
-define want_to_netconf_server {
- u32 client_index;
- u32 context;
- u32 enable_disable;
- u32 pid;
-};
-
-define want_to_netconf_server_reply {
- u32 context;
- i32 retval;
-};
-
-define from_netconf_client {
- u32 client_index;
- u32 context;
- u8 data[0];
-};
-
-define want_from_netconf_client {
- u32 client_index;
- u32 context;
- u32 enable_disable;
- u32 pid;
-};
-
-define want_from_netconf_client_reply {
- u32 context;
- i32 retval;
-};
-
-define to_netconf_client {
- u32 client_index;
- u32 context;
- u8 data[0];
-};
-
-define want_to_netconf_client {
- u32 client_index;
- u32 context;
- u32 enable_disable;
- u32 pid;
-};
-
-define want_to_netconf_client_reply {
- u32 context;
- i32 retval;
-};
-
/** \brief Set the ip flow hash config for a fib request
@param client_index - opaque cookie to identify the sender
@param context - sender context, to match reply w/ request