summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-08 13:11:36 +0100
committerThomas Haller <thaller@redhat.com>2016-03-15 12:56:58 +0100
commit3ba944472853d5221ed83c369a77f80ee7305648 (patch)
tree3b451437edd45a54a0f65de8c02769ce7b7507d5 /src/nm-iface-helper.c
parenta0c8f9c3452f50f284128b9a1f39b0db90442aa8 (diff)
downloadNetworkManager-3ba944472853d5221ed83c369a77f80ee7305648.tar.gz
rdisc: make NMRDisc namespace aware
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r--src/nm-iface-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index dab0ec5fec..5a697537c1 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -470,7 +470,7 @@ main (int argc, char *argv[])
if (global_opt.slaac) {
nm_platform_link_set_user_ipv6ll_enabled (NM_PLATFORM_GET, ifindex, TRUE);
- rdisc = nm_lndp_rdisc_new (ifindex, global_opt.ifname, global_opt.uuid, global_opt.addr_gen_mode, NULL);
+ rdisc = nm_lndp_rdisc_new (NM_PLATFORM_GET, ifindex, global_opt.ifname, global_opt.uuid, global_opt.addr_gen_mode, NULL);
g_assert (rdisc);
if (iid)