From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl
#define NM_SETTING_DCB_FCOE_MODE_FABRIC "fabric" +#define NM_SETTING_DCB_FCOE_MODE_FABRIC "fabric"Indicates that the FCoE controller should use "fabric" mode (default)
#define NM_SETTING_DCB_FCOE_MODE_VN2VN "vn2vn" +#define NM_SETTING_DCB_FCOE_MODE_VN2VN "vn2vn"Indicates that the FCoE controller should use "VN2VN" mode.
#define NM_SETTING_DCB_APP_FCOE_FLAGS "app-fcoe-flags" +#define NM_SETTING_DCB_APP_FCOE_FLAGS "app-fcoe-flags"
#define NM_SETTING_DCB_APP_FCOE_PRIORITY "app-fcoe-priority" +#define NM_SETTING_DCB_APP_FCOE_PRIORITY "app-fcoe-priority"
#define NM_SETTING_DCB_APP_FCOE_MODE "app-fcoe-mode" +#define NM_SETTING_DCB_APP_FCOE_MODE "app-fcoe-mode"
#define NM_SETTING_DCB_APP_ISCSI_FLAGS "app-iscsi-flags" +#define NM_SETTING_DCB_APP_ISCSI_FLAGS "app-iscsi-flags"
#define NM_SETTING_DCB_APP_ISCSI_PRIORITY "app-iscsi-priority" +#define NM_SETTING_DCB_APP_ISCSI_PRIORITY "app-iscsi-priority"
#define NM_SETTING_DCB_APP_FIP_FLAGS "app-fip-flags" +#define NM_SETTING_DCB_APP_FIP_FLAGS "app-fip-flags"
#define NM_SETTING_DCB_APP_FIP_PRIORITY "app-fip-priority" +#define NM_SETTING_DCB_APP_FIP_PRIORITY "app-fip-priority"
#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS "priority-flow-control-flags" +#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS "priority-flow-control-flags"
#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL "priority-flow-control" +#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL "priority-flow-control"
void
@@ -1263,7 +1263,7 @@ be any combination of
The “app-fcoe-mode” property
- “app-fcoe-mode” gchar *
+ “app-fcoe-mode” char *
The FCoE controller mode; either NM_SETTING_DCB_FCOE_MODE_FABRIC
(default) or NM_SETTING_DCB_FCOE_MODE_VN2VN.
Owner: NMSettingDcb
@@ -1273,7 +1273,7 @@ be any combination of
The “app-fcoe-priority” property
- “app-fcoe-priority” gint
+ “app-fcoe-priority” int
The highest User Priority (0 - 7) which FCoE frames should use, or -1 for
default priority. Only used when the “app-fcoe-flags”
property includes the NM_SETTING_DCB_FLAG_ENABLE flag.
@@ -1295,7 +1295,7 @@ be any combination of
The “app-fip-priority” property
- “app-fip-priority” gint
+ “app-fip-priority” int
The highest User Priority (0 - 7) which FIP frames should use, or -1 for
default priority. Only used when the “app-fip-flags”
property includes the NM_SETTING_DCB_FLAG_ENABLE flag.
@@ -1317,7 +1317,7 @@ may be any combination of
The “app-iscsi-priority” property
- “app-iscsi-priority” gint
+ “app-iscsi-priority” int
The highest User Priority (0 - 7) which iSCSI frames should use, or -1
for default priority. Only used when the “app-iscsi-flags”
property includes the NM_SETTING_DCB_FLAG_ENABLE flag.
@@ -1418,6 +1418,6 @@ which the priority is mapped.
+
Generated by GTK-Doc V1.33.1