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
This commit is contained in:
Javier Sánchez Parra 2024-02-13 17:34:25 +01:00 committed by Íñigo Huguet
parent 6c6e344755
commit 279d559a12

View file

@ -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