From 279d559a1266d484b38dd696b98f03e4a0e69151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Parra?= Date: Tue, 13 Feb 2024 17:34:25 +0100 Subject: [PATCH] nmtui: Add bond for creating bridge port interface This commit adds the missing bond option in the nmtui interface for creating a bridge port interface. Resolves: https://issues.redhat.com/browse/RHEL-18158 --- src/nmtui/nmt-page-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmtui/nmt-page-bridge.c b/src/nmtui/nmt-page-bridge.c index e84af1d829..61bc4d065e 100644 --- a/src/nmtui/nmt-page-bridge.c +++ b/src/nmtui/nmt-page-bridge.c @@ -39,7 +39,7 @@ static gboolean bridge_connection_type_filter(GType connection_type, gpointer user_data) { return (connection_type == NM_TYPE_SETTING_WIRED || connection_type == NM_TYPE_SETTING_WIRELESS - || connection_type == NM_TYPE_SETTING_VLAN); + || connection_type == NM_TYPE_SETTING_VLAN || connection_type == NM_TYPE_SETTING_BOND); } static void