summaryrefslogtreecommitdiffstats
path: root/arp.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-18 10:23:40 +0000
committerRoy Marples <roy@marples.name>2008-12-18 10:23:40 +0000
commit8e06ab4a536e79752d8b6fa02910ccea4da0c8cd (patch)
treee9731c40ae7d3d55372f58b6d92f44443b44e34a /arp.c
parent02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979 (diff)
downloaddhcpcd-8e06ab4a536e79752d8b6fa02910ccea4da0c8cd.tar.xz
Add the DHS_PROBE state so that we ignore subsequent offers
whilst probing.
Diffstat (limited to 'arp.c')
-rw-r--r--arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arp.c b/arp.c
index 412bf9c0..bc1d8b14 100644
--- a/arp.c
+++ b/arp.c
@@ -248,7 +248,7 @@ send_arp_probe(void *arg)
IN_LINKLOCAL(htonl(addr.s_addr)))
add_timeout_tv(&tv, bind_interface, iface);
else
- add_timeout_tv(&tv, send_request, iface);
+ add_timeout_tv(&tv, start_request, iface);
}
syslog(LOG_DEBUG,
"%s: sending ARP probe (%d of %d), next in %0.2f seconds",