merge: branch 'nmtui-add-bond-to-bridge-ports'

nmtui: Add bond for creating bridge port interface

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1865
This commit is contained in:
Íñigo Huguet 2024-02-19 08:28:57 +00:00
commit 479a9a6745

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