From 91c6ef7cae2d20ca17a69003a44090614412c63f Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 1 Dec 2017 13:34:24 +0100 Subject: tap_v2: multiple improvements - add support for assigning tap interface to the bridge - add support for assigning tap interface host side ip4 and ip6 address - host namespace can be specified as PID (pid:12345) or full path to file - automatically bring linux interface up Change-Id: I1cf7c3cad9a740e430cc1b9c2bb0aad0ba4cc8d8 Signed-off-by: Damjan Marion --- src/vnet/api_errno.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vnet/api_errno.h') diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 8c0cc0aba9b..11e5d4f03f1 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -132,9 +132,9 @@ _(NAME_SERVER_NO_ADDRESSES, -139, "No addresses available") \ _(NAME_SERVER_NEXT_SERVER, -140, "Retry with new server") \ _(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") \ -_(NAMESPACE_CREATE, -144, "Failed to create netlink namespace") \ -_(VIRTIO_INIT, -145, "Failed to init virtio ring") +_(ACL_IN_USE_OUTBOUND, -143, "Outbound ACL in use") \ +_(INIT_FAILED, -144, "Initialization Failed") \ +_(NETLINK_ERROR, -145, "netlink error") typedef enum { -- cgit 1.2.3-korg