summaryrefslogtreecommitdiffhomepage
path: root/src/ndp.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-07-14 17:56:38 +0200
committerSteven Barth <steven@midlink.org>2015-07-14 17:56:38 +0200
commit01bfec4c333d906ca4d2230c804dfe361779f42f (patch)
tree58021fdf40cf8d918b1b85b108eecbbf945e1c63 /src/ndp.c
parent10fc5665634151fbd8bfd6503db25a4652a0839a (diff)
Remove unsolicited unicast RAs, adjust intervals
Diffstat (limited to 'src/ndp.c')
-rw-r--r--src/ndp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ndp.c b/src/ndp.c
index d5e9a39..d1683b9 100644
--- a/src/ndp.c
+++ b/src/ndp.c
@@ -324,11 +324,6 @@ static void handle_rtnetlink(_unused void *addr, void *data, size_t len,
if (!iface)
continue;
- // Keep-alive neighbor entries for RA sending
- if (nh->nlmsg_type == RTM_DELNEIGH && !(ndm->ndm_state & NUD_FAILED) &&
- addr && IN6_IS_ADDR_LINKLOCAL(addr) && iface->ra == RELAYD_SERVER)
- ping6(addr, iface);
-
// Address not specified or unrelated
if (!addr || IN6_IS_ADDR_LINKLOCAL(addr) ||
IN6_IS_ADDR_MULTICAST(addr))