diff options
Diffstat (limited to 'src/vnet/dev/errors.h')
-rw-r--r-- | src/vnet/dev/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/dev/errors.h b/src/vnet/dev/errors.h index 6ececad12ec..243b10e698e 100644 --- a/src/vnet/dev/errors.h +++ b/src/vnet/dev/errors.h @@ -37,9 +37,12 @@ _ (TIMEOUT, "timeout") \ _ (UNKNOWN_DEVICE, "unknown device") \ _ (UNKNOWN_INTERFACE, "unknown interface") \ + _ (NOT_PRIMARY_INTERFACE, "not primary interface") \ + _ (PRIMARY_INTERFACE_MISSING, "primary interface missing") \ _ (UNSUPPORTED_CONFIG, "unsupported config") \ _ (UNSUPPORTED_DEVICE, "unsupported device") \ _ (UNSUPPORTED_DEVICE_VER, "unsupported device version") \ + _ (UNSUPPORTED_INTERFACE, "unsupported interface") \ _ (ALREADY_DONE, "already done") \ _ (NO_SUCH_INTERFACE, "no such interface") \ _ (INIT_FAILED, "init failed") |