network: Implement the new design for wired
This expands the connection editor to cover ethernet, and adds support for multiple wired profiles.
This commit is contained in:
parent
e5cc7d8011
commit
8b593e6ac8
22 changed files with 2356 additions and 232 deletions
|
@ -848,6 +848,10 @@ ce_page_ip6_new (NMConnection *connection,
|
|||
_("IPv6")));
|
||||
|
||||
page->setting = nm_connection_get_setting_ip6_config (connection);
|
||||
if (!page->setting) {
|
||||
page->setting = NM_SETTING_IP6_CONFIG (nm_setting_ip6_config_new ());
|
||||
nm_connection_add_setting (connection, NM_SETTING (page->setting));
|
||||
}
|
||||
|
||||
connect_ip6_page (page);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue