summaryrefslogtreecommitdiff
path: root/src/dhcpv6.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-05-30 16:49:05 +0200
committerSteven Barth <steven@midlink.org>2014-05-30 16:49:05 +0200
commite3aa092cc84fc6eff6051c6ae306c085b50271ab (patch)
tree328a4f0cd85688ddaa45af1e0be375b800dff23f /src/dhcpv6.c
parentb38d8871977d3b97cc3c3e7f2ad203852166c661 (diff)
downloadodhcp6c-e3aa092cc84fc6eff6051c6ae306c085b50271ab.tar.gz
Improve filter
Diffstat (limited to 'src/dhcpv6.c')
-rw-r--r--src/dhcpv6.c2
1 files changed, 1 insertions, 1 deletions
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);