From 26c5466e626735f27dd073b727b02612c5a807cd Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 30 May 2014 16:51:22 +0200 Subject: [PATCH] Filter FQDN as well --- src/dhcpv6.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.30.2