From: Roy Marples Date: Mon, 21 Jul 2008 06:02:28 +0000 (+0000) Subject: Actually no, just the probing state. We should defend our announces :) X-Git-Tag: v4.0.2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1529e746dacc6cc9c2cd6e2dafa2b099716a69b;p=thirdparty%2Fdhcpcd.git Actually no, just the probing state. We should defend our announces :) --- diff --git a/client.c b/client.c index 6f9a15e0..4bfebd1a 100644 --- a/client.c +++ b/client.c @@ -1616,8 +1616,7 @@ handle_arp_fail(struct if_state *state, const struct options *options) if (IN_LINKLOCAL(htonl(state->fail.s_addr))) { if (state->fail.s_addr == state->interface->addr.s_addr && - state->state != STATE_PROBING && - state->state != STATE_ANNOUNCING) + state->state != STATE_PROBING) { up = uptime(); if (state->defend + DEFEND_INTERVAL > up) {