diff options
| author | Michael Biebl <biebl@debian.org> | 2020-06-28 18:59:08 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-06-28 18:59:08 +0200 |
| commit | 215112eefc83274273a10d9ddb5e107c9beec548 (patch) | |
| tree | a16052cef4bb8707d6a906dd784a50c75945d03e /src/nm-iface-helper.c | |
| parent | 5ed4e66e01b005212aee22c255c9c6b2a4b040a9 (diff) | |
| parent | a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (diff) | |
Update upstream source from tag 'upstream/1.25.90'
Update to upstream version '1.25.90' with Debian dir 16d4caa71e8ba8c27ee163c88f11456b6cdc0490
Diffstat (limited to 'src/nm-iface-helper.c')
| -rw-r--r-- | src/nm-iface-helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c index fdc0d4a4..6320e722 100644 --- a/src/nm-iface-helper.c +++ b/src/nm-iface-helper.c @@ -64,6 +64,7 @@ static struct { char *dhcp4_clientid; char *dhcp4_hostname; char *dhcp4_fqdn; + char *mud_url; char *iid_str; NMSettingIP6ConfigAddrGenMode addr_gen_mode; char *logging_backend; @@ -523,6 +524,7 @@ main (int argc, char *argv[]) global_opt.dhcp4_hostname, global_opt.dhcp4_fqdn, NM_DHCP_HOSTNAME_FLAGS_FQDN_DEFAULT_IP4, + global_opt.mud_url, client_id, NM_DHCP_TIMEOUT_DEFAULT, NULL, |