network: Remove bridge support

It is supported by Cockpit already:
https://github.com/cockpit-project/cockpit/issues/459

https://bugzilla.gnome.org/show_bug.cgi?id=747443
This commit is contained in:
Bastien Nocera 2016-04-29 13:50:41 +02:00
parent b3199dd641
commit 20b634b454
7 changed files with 1 additions and 257 deletions

View file

@ -585,7 +585,6 @@ static const NetConnectionType connection_types[] = {
#ifdef HAVE_NM_UNSTABLE
{ N_("Team"), nm_setting_team_get_type },
#endif /* NM_UNSTABLE */
{ N_("Bridge"), nm_setting_bridge_get_type },
{ N_("VLAN"), nm_setting_vlan_get_type }
};
static const NetConnectionType *vpn_connection_type = &connection_types[0];