X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fdhcpv6.c;h=0c98729036cae8d587e7ef451be02ff8758d561c;hb=26c5466e626735f27dd073b727b02612c5a807cd;hp=b09fa105c0a0644684ce6270626a37e46d3d3e18;hpb=e3aa092cc84fc6eff6051c6ae306c085b50271ab;p=odhcp6c.git diff --git a/src/dhcpv6.c b/src/dhcpv6.c index b09fa10..0c98729 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -1060,6 +1060,7 @@ static int dhcpv6_handle_reply(enum dhcpv6_msg orig, _unused const int rc, otype == DHCPV6_OPT_IA_TA || otype == DHCPV6_OPT_PREF || otype == DHCPV6_OPT_UNICAST || + otype == DHCPV6_OPT_FQDN || otype == DHCPV6_OPT_RECONF_ACCEPT) { passthru = false; } else {