diff options
Diffstat (limited to 'vpp/api/vpe.api')
-rw-r--r-- | vpp/api/vpe.api | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/vpp/api/vpe.api b/vpp/api/vpe.api index 4414a7f7..f255fdaf 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 |