From 0850938d569998bf4a570d834e73aeba08646f61 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 31 Dec 2013 10:10:12 +0100 Subject: [PATCH] ndp: Enable ping6 keep-alive --- src/ndp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); - */ } } -- 2.11.0