summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2012-11-14 10:46:07 +0000
committerRoy Marples <roy@marples.name>2012-11-14 10:46:07 +0000
commit6c32fda9fa9b7ac3f160843aad5d0a539d8383e5 (patch)
treed78df948971b54bf6d3cd47dc32acd52d69a9a22
parent3495524d98aa3384f938e0366d90c32b96d9643d (diff)
downloaddhcpcd-6c32fda9fa9b7ac3f160843aad5d0a539d8383e5.tar.xz
Stop probing when dropped
-rw-r--r--ipv6rs.c1
1 files changed, 1 insertions, 0 deletions
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