X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.api;h=091b876faeec7fa5f9d5043c5d849c395e42e94a;hb=6fdd7a5f7;hp=f95abb92f78eaea78160cb46588acf97a4769a19;hpb=888d9f05eff1801cbd6c5227eb22e464d3a117c3;p=vpp.git diff --git a/src/vnet/session/session.api b/src/vnet/session/session.api index f95abb92f78..091b876faee 100644 --- a/src/vnet/session/session.api +++ b/src/vnet/session/session.api @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Cisco and/or its affiliates. + * Copyright (c) 2015-2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -13,7 +13,7 @@ * limitations under the License. */ -option version = "3.0.0"; +option version = "3.2.0"; import "vnet/interface_types.api"; import "vnet/ip/ip_types.api"; @@ -25,7 +25,6 @@ enum transport_proto : u8 TRANSPORT_PROTO_API_UDP, TRANSPORT_PROTO_API_NONE, TRANSPORT_PROTO_API_TLS, - TRANSPORT_PROTO_API_UDPC, TRANSPORT_PROTO_API_QUIC, }; @@ -38,11 +37,11 @@ enum transport_proto : u8 define app_attach { u32 client_index; u32 context; - u64 options[17]; + u64 options[18]; string namespace_id[]; }; - /** \brief Application attach reply +/** \brief Application attach reply @param context - sender context, to match reply w/ request @param retval - return code for the request @param app_mq - app message queue @@ -71,7 +70,7 @@ define app_attach_reply { string segment_name[]; }; - /** \brief client->vpp, attach application to session layer +/** \brief Application detach from session layer @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request */ @@ -219,7 +218,7 @@ define app_namespace_add_del { u32 client_index; u32 context; u64 secret; - vl_api_interface_index_t sw_if_index; + vl_api_interface_index_t sw_if_index [default=0xffffffff]; u32 ip4_fib_id; u32 ip6_fib_id; string namespace_id[];