api: ip - Mark old message versions as deprecated
List of changed messages: - ip_punt_redirect_dump - ip_punt_redirect_details This change is part of VPP API cleanup initiative. Type: fix Signed-off-by: Ondrej Fabry <ofabry@cisco.com> Change-Id: Icf91f760b9bd328110b0f9fc2e421bb954033d21
This commit is contained in:

committed by
Dave Wallace

parent
cfd8e4ec88
commit
755e3aa54f
@ -622,6 +622,7 @@ typedef punt_redirect
|
||||
autoreply define ip_punt_redirect
|
||||
{
|
||||
option deprecated;
|
||||
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_punt_redirect_t punt;
|
||||
@ -630,6 +631,8 @@ autoreply define ip_punt_redirect
|
||||
|
||||
define ip_punt_redirect_dump
|
||||
{
|
||||
option deprecated;
|
||||
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
vl_api_interface_index_t sw_if_index;
|
||||
@ -638,6 +641,8 @@ define ip_punt_redirect_dump
|
||||
|
||||
define ip_punt_redirect_details
|
||||
{
|
||||
option deprecated;
|
||||
|
||||
u32 context;
|
||||
vl_api_punt_redirect_t punt;
|
||||
};
|
||||
|
Reference in New Issue
Block a user