From 6c32fda9fa9b7ac3f160843aad5d0a539d8383e5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 14 Nov 2012 10:46:07 +0000 Subject: [PATCH] Stop probing when dropped --- ipv6rs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ipv6rs.c b/ipv6rs.c index 121f16ca..f70f360a 100644 --- a/ipv6rs.c +++ b/ipv6rs.c @@ -1049,6 +1049,7 @@ ipv6rs_drop(struct interface *ifp) int expired = 0; TAILQ_HEAD(, ipv6_addr) addrs; + eloop_timeout_delete(NULL, ifp); /* We need to drop routes before addresses * We do this by moving addresses to a local list, then building * the routes and finally adding the addresses back to a RA before -- 2.47.2