diff options
Diffstat (limited to 'src/plugins/gbp/gbp.api')
-rw-r--r-- | src/plugins/gbp/gbp.api | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/plugins/gbp/gbp.api b/src/plugins/gbp/gbp.api index a7a9a7e8dc8..347855197d7 100644 --- a/src/plugins/gbp/gbp.api +++ b/src/plugins/gbp/gbp.api @@ -157,6 +157,11 @@ define gbp_endpoint_details vl_api_gbp_endpoint_t endpoint; }; +typedef gbp_endpoint_retention +{ + u32 remote_ep_timeout; +}; + typeonly define gbp_endpoint_group { u16 epg_id; @@ -164,6 +169,7 @@ typeonly define gbp_endpoint_group u32 bd_id; u32 rd_id; u32 uplink_sw_if_index; + vl_api_gbp_endpoint_retention_t retention; }; autoreply define gbp_endpoint_group_add @@ -322,18 +328,6 @@ define gbp_contract_details }; /** - * @brief Set the time throeshold after which an endpoint is - considered inative and is aged/reaped by the scanner - * @param threshold In seconds - */ -autoreply define gbp_endpoint_learn_set_inactive_threshold -{ - u32 client_index; - u32 context; - u32 threshold; -}; - -/** * @brief Configure a 'base' tunnel from which learned tunnels * are permitted to derive * A base tunnel consists only of the VNI, any src,dst IP |