X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fdhcpv6-ia.c;h=6ece528bd6e71fd6e1ca3a946d2371508f3ccdae;hp=b235f228eef7832ce417b8b5c6bc978c389d21d2;hb=a5ebe69d1bc387937bc5448534751123833585fd;hpb=4bdb0dd11d0b6de3d022018ca3fec4d0b5c50702 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),