Add vpp native linux kernel AF_PACKET interface support
[vpp.git] / vnet / vnet / api_errno.h
index b4b5535..69535d3 100644 (file)
@@ -68,7 +68,8 @@ _(UNEXPECTED_INTF_STATE, -74, "Unexpected interface state")             \
 _(TUNNEL_EXIST, -75, "Tunnel already exists")                           \
 _(INVALID_DECAP_NEXT, -76, "Invalid decap-next")                       \
 _(RESPONSE_NOT_READY, -77, "Response not ready")                       \
-_(NOT_CONNECTED, -78, "Not connected to the data plane")
+_(NOT_CONNECTED, -78, "Not connected to the data plane")                \
+_(IF_ALREADY_EXISTS, -79, "Interface already exists")
 
 typedef enum {
 #define _(a,b,c) VNET_API_ERROR_##a = (b),