From: Roy Marples Date: Tue, 13 Nov 2012 15:40:00 +0000 (+0000) Subject: Stop probing when dropped X-Git-Tag: v5.99.3~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d11fe9caba7caca3cae71407abdfeea9c7296041;p=thirdparty%2Fdhcpcd.git Stop probing when dropped --- diff --git a/ipv6rs.c b/ipv6rs.c index 024d5d2c..ff76432e 100644 --- a/ipv6rs.c +++ b/ipv6rs.c @@ -1085,6 +1085,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