Fix API return code in case of error.
Change-Id: I22f866bacbc9c6e3abb0405f5c5a205910cec17b Signed-off-by: Igor Mikhailov (imichail) <imichail@cisco.com>
This commit is contained in:
committed by
Neale Ranns
parent
1be5206814
commit
6d8233c9a5
@@ -258,7 +258,7 @@ abf_itf_detach (fib_protocol_t fproto, u32 policy_id, u32 sw_if_index)
|
||||
aia = abf_itf_attach_db_find (policy_id, sw_if_index);
|
||||
|
||||
if (NULL == aia)
|
||||
return (VNET_API_ERROR_ENTRY_ALREADY_EXISTS);
|
||||
return (VNET_API_ERROR_NO_SUCH_ENTRY);
|
||||
|
||||
/*
|
||||
* first remove from the interface's vector
|
||||
|
||||
Reference in New Issue
Block a user