ACLs: Use better error return codes than "-1" everywhere.
[vpp.git] / src / vnet / api_errno.h
index f24cef4..e4ba8dd 100644 (file)
@@ -130,7 +130,9 @@ _(NAME_SERVER_FORMAT_ERROR, -137, "Server format error (bug!)")             \
 _(NAME_SERVER_NO_SUCH_NAME, -138, "No such name")                       \
 _(NAME_SERVER_NO_ADDRESSES, -139, "No addresses available")            \
 _(NAME_SERVER_NEXT_SERVER, -140, "Retry with new server")              \
-_(APP_CONNECT_FILTERED, -141, "Connect was filtered")
+_(APP_CONNECT_FILTERED, -141, "Connect was filtered")                  \
+_(ACL_IN_USE_INBOUND, -142, "Inbound ACL in use")                      \
+_(ACL_IN_USE_OUTBOUND, -143, "Outbound ACL in use")
 
 typedef enum
 {