Enhance CLI/API Support for Bonded Interface
[vpp.git] / vnet / vnet / api_errno.h
index 69535d3..e59efd7 100644 (file)
@@ -69,7 +69,8 @@ _(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")                \
-_(IF_ALREADY_EXISTS, -79, "Interface already exists")
+_(IF_ALREADY_EXISTS, -79, "Interface already exists")                   \
+_(BOND_SLAVE_NOT_ALLOWED, -80, "Operation not allowed on slave of BondEthernet")
 
 typedef enum {
 #define _(a,b,c) VNET_API_ERROR_##a = (b),