diff options
| author | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
| commit | a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch) | |
| tree | 6a32883bd916c4096357b35298beff6db8bcd0b5 /src/nm-iface-helper.c | |
| parent | 45e8e1149027529194982212c804c0468aa01d98 (diff) | |
New upstream version 1.25.90 upstream/1.25.90
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, |