mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 11:10:31 +01:00
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:
parent
6c6e344755
commit
279d559a12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue