diff options
Diffstat (limited to 'src/vnet/dev/errors.h')
-rw-r--r-- | src/vnet/dev/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dev/errors.h b/src/vnet/dev/errors.h index 1f45ce2ba97..47e72957da3 100644 --- a/src/vnet/dev/errors.h +++ b/src/vnet/dev/errors.h @@ -35,6 +35,7 @@ _ (PROCESS_REPLY, "dev process reply error") \ _ (RESOURCE_NOT_AVAILABLE, "resource not available") \ _ (TIMEOUT, "timeout") \ + _ (UNKNOWN_DEVICE, "unknown device") \ _ (UNKNOWN_INTERFACE, "unknown interface") \ _ (UNSUPPORTED_CONFIG, "unsupported config") \ _ (UNSUPPORTED_DEVICE, "unsupported device") \ |