From e3aa092cc84fc6eff6051c6ae306c085b50271ab Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 30 May 2014 16:49:05 +0200 Subject: [PATCH] Improve filter --- src/dhcpv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpv6.c b/src/dhcpv6.c index df6e120..b09fa10 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -1060,7 +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 { odhcp6c_add_state(STATE_CUSTOM_OPTS, &odata[-4], olen + 4); -- 2.39.2