network: Remove bond support
It is supported by Cockpit already: https://github.com/cockpit-project/cockpit/issues/458 https://bugzilla.gnome.org/show_bug.cgi?id=747443
This commit is contained in:
parent
20b634b454
commit
b38bf8b672
7 changed files with 2 additions and 263 deletions
|
@ -581,7 +581,6 @@ typedef struct {
|
|||
|
||||
static const NetConnectionType connection_types[] = {
|
||||
{ N_("VPN"), nm_setting_vpn_get_type },
|
||||
{ N_("Bond"), nm_setting_bond_get_type },
|
||||
#ifdef HAVE_NM_UNSTABLE
|
||||
{ N_("Team"), nm_setting_team_get_type },
|
||||
#endif /* NM_UNSTABLE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue