diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2021-04-25 21:50:38 -0400 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-04-26 06:05:52 +0000 |
commit | dc22c839f09f45899b955484dc6488569b94862f (patch) | |
tree | b2eb32d3223d77fae2f0ea917f7fecd769d4f898 /src/plugins/gbp/gbp.api | |
parent | 9f299030fd1214eb1fc076cf0c7f44559a7c8f6b (diff) |
tests: clean up gbp calls from vpp_papi_provider
Move info from vpp_papi_provider to .api/vpp_objects
Change-Id: Iaf46483fda2840dfec8d37e0b9262e1c9912be59
Type: test
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/gbp/gbp.api')
-rw-r--r-- | src/plugins/gbp/gbp.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gbp/gbp.api b/src/plugins/gbp/gbp.api index 2f46634af52..525e70536bd 100644 --- a/src/plugins/gbp/gbp.api +++ b/src/plugins/gbp/gbp.api @@ -262,8 +262,8 @@ enum gbp_subnet_type typedef gbp_subnet { u32 rd_id; - vl_api_interface_index_t sw_if_index; - u16 sclass; + vl_api_interface_index_t sw_if_index [default= 0xffffffff]; + u16 sclass [default=0xffffffff]; vl_api_gbp_subnet_type_t type; vl_api_prefix_t prefix; }; |