summaryrefslogtreecommitdiffstats
path: root/iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'iface.c')
-rw-r--r--iface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/iface.c b/iface.c
index 54a5880..dc990ac 100644
--- a/iface.c
+++ b/iface.c
@@ -23,9 +23,9 @@ static void update_address_rr(flxInterfaceMonitor *m, flxInterfaceAddress *a, in
}
} else {
if (!a->entry_group) {
-/* a->entry_group = flx_entry_group_new(m->server, NULL, NULL); */
-/* flx_server_add_address(m->server, a->entry_group, a->interface->hardware->index, AF_UNSPEC, 0, NULL, &a->address); */
-/* flx_entry_group_commit(a->entry_group); */
+ a->entry_group = flx_entry_group_new(m->server, NULL, NULL);
+ flx_server_add_address(m->server, a->entry_group, a->interface->hardware->index, AF_UNSPEC, 0, NULL, &a->address);
+ flx_entry_group_commit(a->entry_group);
}
}
}