diff options
author | Steven Barth <steven@midlink.org> | 2013-12-31 10:10:12 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-12-31 10:10:12 +0100 |
commit | 0850938d569998bf4a570d834e73aeba08646f61 (patch) | |
tree | 05c674c3cb6a8c6705f039b8485c9663cb98f50c /src/ndp.c | |
parent | 2ca0bfaf3e80af40888507dfeb3e155e8e3c03c4 (diff) |
ndp: Enable ping6 keep-alive
Diffstat (limited to 'src/ndp.c')
-rw-r--r-- | src/ndp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); - */ } } |