]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Actually no, just the probing state. We should defend our announces :)
authorRoy Marples <roy@marples.name>
Mon, 21 Jul 2008 06:02:28 +0000 (06:02 +0000)
committerRoy Marples <roy@marples.name>
Mon, 21 Jul 2008 06:02:28 +0000 (06:02 +0000)
client.c

index 6f9a15e04254538251e1a7ecdd3866cf90a7f61f..4bfebd1a7b0a08443d68fab91b5f1ecb6f743ae8 100644 (file)
--- 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) {