diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 16f003b..64639c9 100644 --- a/src/config.c +++ b/src/config.c @@ -433,6 +433,7 @@ int config_parse_interface(void *data, size_t len, const char *name, bool overwr iface->router_event.uloop.fd = -1; iface->dhcpv6_event.uloop.fd = -1; iface->ndp_event.uloop.fd = -1; + iface->ndp_ping_fd = -1; iface->dhcpv4_event.uloop.fd = -1; set_interface_defaults(iface); |