projects
/
oweals
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca0bfa
)
ndp: Enable ping6 keep-alive
author
Steven Barth
<steven@midlink.org>
Tue, 31 Dec 2013 09:10:12 +0000
(10:10 +0100)
committer
Steven Barth
<steven@midlink.org>
Tue, 31 Dec 2013 09:10:12 +0000
(10:10 +0100)
src/ndp.c
patch
|
blob
|
history
diff --git
a/src/ndp.c
b/src/ndp.c
index bd620682954a20bd69151ced5e3f3967feb3c70d..150d3600920f9faf9cfb03c3684b0003c0dcfadf 100644
(file)
--- 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);
- */
}
}