summaryrefslogtreecommitdiff
path: root/src/dhcpv6.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-05-30 16:51:22 +0200
committerSteven Barth <steven@midlink.org>2014-05-30 16:51:22 +0200
commit26c5466e626735f27dd073b727b02612c5a807cd (patch)
treef14e424d1f520d3cc2129851339c8852bc34c641 /src/dhcpv6.c
parente3aa092cc84fc6eff6051c6ae306c085b50271ab (diff)
downloadodhcp6c-26c5466e626735f27dd073b727b02612c5a807cd.tar.gz
Filter FQDN as well
Diffstat (limited to 'src/dhcpv6.c')
-rw-r--r--src/dhcpv6.c1
1 files changed, 1 insertions, 0 deletions
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 {