dhcp: pass IPv6 link-local address to DHCP client

The DHCP client from new libsystemd-network requires a link-local IPv6
address to be passed to the library; add a new argument to
nm_dhcp_manager_start_ip6() and related functions.
This commit is contained in:
Beniamino Galvani
2015-11-23 14:22:29 +01:00
parent e1ea4b725e
commit b8c2fc26c1
8 changed files with 28 additions and 3 deletions

View File

@@ -691,6 +691,7 @@ dhcp6_event_cb (sd_dhcp6_client *client, int event, gpointer user_data)
static gboolean
ip6_start (NMDhcpClient *client,
const char *dhcp_anycast_addr,
const struct in6_addr *ll_addr,
gboolean info_only,
NMSettingIP6ConfigPrivacy privacy,
const GByteArray *duid)