This brings it in line with dhcpleased(8) as well as what we do for
the default route and DNS proposals.
I missed this when I rewrote the state machine to match
dhcpleased(8).
-/* $OpenBSD: engine.c,v 1.81 2022/07/12 16:54:59 florian Exp $ */
+/* $OpenBSD: engine.c,v 1.82 2022/07/23 09:00:10 florian Exp $ */
/*
* Copyright (c) 2017 Florian Obser <florian@openbsd.org>
LIST_REMOVE(addr_proposal, entries);
evtimer_del(&addr_proposal->timer);
switch (addr_proposal->state) {
+ case PROPOSAL_CONFIGURED:
+ case PROPOSAL_NEARLY_EXPIRED:
case PROPOSAL_STALE:
withdraw_addr(addr_proposal);
break;