]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/dhcpv6.c
Filter FQDN as well
[odhcp6c.git] / src / dhcpv6.c
index df6e1206b87eb35d11d814be26e83fe785d0d09e..0c98729036cae8d587e7ef451be02ff8758d561c 100644 (file)
@@ -1060,7 +1060,8 @@ 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_FQDN ||
+                               otype == DHCPV6_OPT_RECONF_ACCEPT) {
                        passthru = false;
                } else {
                        odhcp6c_add_state(STATE_CUSTOM_OPTS, &odata[-4], olen + 4);