diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-08-01 13:00:13 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-09-13 16:06:53 +0000 |
commit | 238cf3bd490fa0fd79929207d9d8ab71f91433e0 (patch) | |
tree | 02edcdbe9a26ccbb5ffb8ad725ca3f376d06f566 /src | |
parent | b116bf8f37146b9f7ef3d3e1ba73dca194b27237 (diff) |
sr: mark sr_policies_v2_details message as production
As per discussion on the VPP community call,
since the message is used in CSIT tests and did
not see the changes in a while, mark as production
for the purposes of change process.
Type: improvement
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I4a79aafb1a9f37ac87faea7abea28cf01d1ffb4c
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/srv6/sr.api | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/srv6/sr.api b/src/vnet/srv6/sr.api index 165898f9820..4766ce3ba11 100644 --- a/src/vnet/srv6/sr.api +++ b/src/vnet/srv6/sr.api @@ -329,7 +329,6 @@ define sr_policies_v2_details u32 fib_table; u8 num_sid_lists; vl_api_srv6_sid_list_t sid_lists[num_sid_lists]; - option in_progress; }; /** \brief Dump the list of SR policies along with actual segment list index on VPP |