summaryrefslogtreecommitdiff
path: root/include/NetworkManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/NetworkManager.h')
-rw-r--r--include/NetworkManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/NetworkManager.h b/include/NetworkManager.h
index a635706656..192f9a5178 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -545,6 +545,9 @@ typedef enum {
/* A secondary connection of the base connection failed */
NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED = 54,
+ /* DCB or FCoE setup failed */
+ NM_DEVICE_STATE_REASON_DCB_FCOE_FAILED = 55,
+
/* Unused */
NM_DEVICE_STATE_REASON_LAST = 0xFFFF
} NMDeviceStateReason;