From: Steven Barth Date: Thu, 16 Oct 2014 15:29:19 +0000 (+0200) Subject: dhcpv6: allow flash renumbering in hybrid management mode X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=commitdiff_plain;h=a5ebe69d1bc387937bc5448534751123833585fd;hp=cf90f5ab2d5b4b6cece7d0096df12eb29e7d1568 dhcpv6: allow flash renumbering in hybrid management mode --- diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c index b235f22..6ece528 100644 --- a/src/dhcpv6-ia.c +++ b/src/dhcpv6-ia.c @@ -800,6 +800,9 @@ static size_t append_reply(uint8_t *buf, size_t buflen, uint16_t status, #endif datalen += entrlen + 4; } else { + if (!a->accept_reconf && iface->managed < RELAYD_MANAGED_NO_AFLAG) + prefix_pref = 1; + struct dhcpv6_ia_addr n = { .type = htons(DHCPV6_OPT_IA_ADDR), .len = htons(sizeof(n) - 4),