gbp: mark APIs as in-progress
As per request from Neale, mark the GBP plugin APIs as in-progress. Type: fix Change-Id: I679943edcfff0742ee32c45cd8f97f482c353b9f Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
This commit is contained in:

committed by
Benoît Ganne

parent
f733e7ade0
commit
d2f8fb9c7e
@ -41,23 +41,27 @@ typedef gbp_bridge_domain
|
||||
|
||||
manual_print autoreply define gbp_bridge_domain_add
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_gbp_bridge_domain_t bd;
|
||||
};
|
||||
manual_print autoreply define gbp_bridge_domain_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 bd_id;
|
||||
};
|
||||
autoreply define gbp_bridge_domain_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
define gbp_bridge_domain_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_bridge_domain_t bd;
|
||||
};
|
||||
@ -76,23 +80,27 @@ typedef gbp_route_domain
|
||||
|
||||
manual_print autoreply define gbp_route_domain_add
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_gbp_route_domain_t rd;
|
||||
};
|
||||
manual_print autoreply define gbp_route_domain_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 rd_id;
|
||||
};
|
||||
autoreply define gbp_route_domain_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
define gbp_route_domain_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_route_domain_t rd;
|
||||
};
|
||||
@ -130,6 +138,7 @@ typedef gbp_endpoint
|
||||
|
||||
manual_print define gbp_endpoint_add
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_gbp_endpoint_t endpoint;
|
||||
@ -137,6 +146,7 @@ manual_print define gbp_endpoint_add
|
||||
|
||||
define gbp_endpoint_add_reply
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
i32 retval;
|
||||
u32 handle;
|
||||
@ -144,6 +154,7 @@ define gbp_endpoint_add_reply
|
||||
|
||||
manual_print autoreply define gbp_endpoint_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 handle;
|
||||
@ -151,12 +162,14 @@ manual_print autoreply define gbp_endpoint_del
|
||||
|
||||
define gbp_endpoint_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_endpoint_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
f64 age;
|
||||
u32 handle;
|
||||
@ -180,12 +193,14 @@ typedef gbp_endpoint_group
|
||||
|
||||
manual_print autoreply define gbp_endpoint_group_add
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_gbp_endpoint_group_t epg;
|
||||
};
|
||||
manual_print autoreply define gbp_endpoint_group_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u16 sclass;
|
||||
@ -193,12 +208,14 @@ manual_print autoreply define gbp_endpoint_group_del
|
||||
|
||||
define gbp_endpoint_group_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_endpoint_group_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_endpoint_group_t epg;
|
||||
};
|
||||
@ -212,6 +229,7 @@ typedef gbp_recirc
|
||||
|
||||
manual_print autoreply define gbp_recirc_add_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
bool is_add;
|
||||
@ -220,12 +238,14 @@ manual_print autoreply define gbp_recirc_add_del
|
||||
|
||||
define gbp_recirc_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_recirc_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_recirc_t recirc;
|
||||
};
|
||||
@ -250,6 +270,7 @@ typedef gbp_subnet
|
||||
|
||||
manual_print autoreply define gbp_subnet_add_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
bool is_add;
|
||||
@ -258,12 +279,14 @@ manual_print autoreply define gbp_subnet_add_del
|
||||
|
||||
define gbp_subnet_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_subnet_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_subnet_t subnet;
|
||||
};
|
||||
@ -317,6 +340,7 @@ typedef gbp_contract
|
||||
|
||||
manual_print define gbp_contract_add_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
bool is_add;
|
||||
@ -324,6 +348,7 @@ manual_print define gbp_contract_add_del
|
||||
};
|
||||
define gbp_contract_add_del_reply
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
i32 retval;
|
||||
u32 stats_index;
|
||||
@ -331,12 +356,14 @@ define gbp_contract_add_del_reply
|
||||
|
||||
define gbp_contract_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_contract_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_contract_t contract;
|
||||
};
|
||||
@ -363,6 +390,7 @@ typedef gbp_vxlan_tunnel
|
||||
|
||||
manual_print define gbp_vxlan_tunnel_add
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_gbp_vxlan_tunnel_t tunnel;
|
||||
@ -370,6 +398,7 @@ manual_print define gbp_vxlan_tunnel_add
|
||||
|
||||
define gbp_vxlan_tunnel_add_reply
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
i32 retval;
|
||||
vl_api_interface_index_t sw_if_index;
|
||||
@ -377,6 +406,7 @@ define gbp_vxlan_tunnel_add_reply
|
||||
|
||||
manual_print autoreply define gbp_vxlan_tunnel_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 vni;
|
||||
@ -384,12 +414,14 @@ manual_print autoreply define gbp_vxlan_tunnel_del
|
||||
|
||||
define gbp_vxlan_tunnel_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_vxlan_tunnel_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_vxlan_tunnel_t tunnel;
|
||||
};
|
||||
@ -410,6 +442,7 @@ typedef gbp_ext_itf
|
||||
|
||||
manual_print autoreply define gbp_ext_itf_add_del
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
bool is_add;
|
||||
@ -418,12 +451,14 @@ manual_print autoreply define gbp_ext_itf_add_del
|
||||
|
||||
define gbp_ext_itf_dump
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
};
|
||||
|
||||
define gbp_ext_itf_details
|
||||
{
|
||||
option status="in_progress";
|
||||
u32 context;
|
||||
vl_api_gbp_ext_itf_t ext_itf;
|
||||
};
|
||||
|
Reference in New Issue
Block a user