summaryrefslogtreecommitdiff
path: root/src/connection-editor/nm-connection-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection-editor/nm-connection-editor.c')
-rw-r--r--src/connection-editor/nm-connection-editor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c
index 152cdee0..98bccee6 100644
--- a/src/connection-editor/nm-connection-editor.c
+++ b/src/connection-editor/nm-connection-editor.c
@@ -77,6 +77,7 @@
#include "page-bridge.h"
#include "page-bridge-port.h"
#include "page-vlan.h"
+#include "page-dcb.h"
#include "ce-polkit-button.h"
#include "vpn-helpers.h"
#include "eap-method.h"
@@ -757,6 +758,8 @@ nm_connection_editor_set_connection (NMConnectionEditor *editor,
goto out;
if (!add_page (editor, ce_page_8021x_security_new, editor->connection, error))
goto out;
+ if (!add_page (editor, ce_page_dcb_new, editor->connection, error))
+ goto out;
} else if (!strcmp (connection_type, NM_SETTING_WIRELESS_SETTING_NAME)) {
if (!add_page (editor, ce_page_wifi_new, editor->connection, error))
goto out;