diff options
| author | Roy Marples <roy@marples.name> | 2012-11-14 10:46:07 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2012-11-14 10:46:07 +0000 |
| commit | 6c32fda9fa9b7ac3f160843aad5d0a539d8383e5 (patch) | |
| tree | d78df948971b54bf6d3cd47dc32acd52d69a9a22 | |
| parent | 3495524d98aa3384f938e0366d90c32b96d9643d (diff) | |
| download | dhcpcd-6c32fda9fa9b7ac3f160843aad5d0a539d8383e5.tar.xz | |
Stop probing when dropped
| -rw-r--r-- | ipv6rs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
