We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385ff24 commit 9c48f4cCopy full SHA for 9c48f4c
src/dhcp6.c
@@ -1818,8 +1818,9 @@ dhcp6_startinform(void *arg)
1818
* merely one facet of the lease as a whole.
1819
* This poor wording might explain the lack of similar text for INFORM
1820
* in 18.1.5 because there are no addresses in the INFORM message. */
1821
- eloop_timeout_add_sec(ifp->ctx->eloop,
1822
- INF_MAX_RD, dhcp6_failinform, ifp);
+ if (!state->failed)
+ eloop_timeout_add_sec(ifp->ctx->eloop,
1823
+ INF_MAX_RD, dhcp6_failinform, ifp);
1824
}
1825
1826
static bool
0 commit comments