aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dev/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/dev/errors.h')
-rw-r--r--src/vnet/dev/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/dev/errors.h b/src/vnet/dev/errors.h
index 430a6aef282..6ececad12ec 100644
--- a/src/vnet/dev/errors.h
+++ b/src/vnet/dev/errors.h
@@ -41,6 +41,7 @@
_ (UNSUPPORTED_DEVICE, "unsupported device") \
_ (UNSUPPORTED_DEVICE_VER, "unsupported device version") \
_ (ALREADY_DONE, "already done") \
- _ (NO_SUCH_INTERFACE, "no such interface")
+ _ (NO_SUCH_INTERFACE, "no such interface") \
+ _ (INIT_FAILED, "init failed")
#endif /* _VNET_DEV_ERRORS_H_ */