From: Steven Barth Date: Fri, 30 May 2014 14:51:22 +0000 (+0200) Subject: Filter FQDN as well X-Git-Tag: debian/1.1+git20160131-1~58 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=26c5466e626735f27dd073b727b02612c5a807cd Filter FQDN as well --- 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 {