network: add Team to connection editor (rh #1040525)

https://bugzilla.redhat.com/show_bug.cgi?id=1040525
Signed-off-by: jirka <jirka@localhost.localdomain>

https://bugzilla.gnome.org/show_bug.cgi?id=720312
This commit is contained in:
Jiří Klimeš 2013-12-13 12:04:27 +01:00 committed by Bastien Nocera
parent d0a832b00f
commit c2c3ccb04e
4 changed files with 251 additions and 0 deletions

View file

@ -594,6 +594,7 @@ typedef struct {
static const NetConnectionType connection_types[] = {
{ N_("VPN"), nm_setting_vpn_get_type },
{ N_("Bond"), nm_setting_bond_get_type },
{ N_("Team"), nm_setting_team_get_type },
{ N_("Bridge"), nm_setting_bridge_get_type },
{ N_("VLAN"), nm_setting_vlan_get_type }
};