diff options
| author | Roy Marples <roy@marples.name> | 2008-12-18 10:23:40 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-12-18 10:23:40 +0000 |
| commit | 8e06ab4a536e79752d8b6fa02910ccea4da0c8cd (patch) | |
| tree | e9731c40ae7d3d55372f58b6d92f44443b44e34a /arp.c | |
| parent | 02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979 (diff) | |
| download | dhcpcd-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
