From: Steven Barth Date: Tue, 31 Dec 2013 09:10:12 +0000 (+0100) Subject: ndp: Enable ping6 keep-alive X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=commitdiff_plain;h=0850938d569998bf4a570d834e73aeba08646f61;ds=sidebyside ndp: Enable ping6 keep-alive --- diff --git a/src/ndp.c b/src/ndp.c index bd62068..150d360 100644 --- a/src/ndp.c +++ b/src/ndp.c @@ -534,8 +534,8 @@ static void handle_rtnetlink(_unused void *addr, void *data, size_t len, /* TODO: See if this is required for optimal operation // Keep neighbor entries alive so we don't loose routes + */ if (add && (ndm->ndm_state & NUD_STALE)) ping6(addr, iface); - */ } }