projects
/
oweals
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38d887
)
Improve filter
author
Steven Barth
<steven@midlink.org>
Fri, 30 May 2014 14:49:05 +0000
(16:49 +0200)
committer
Steven Barth
<steven@midlink.org>
Fri, 30 May 2014 14:49:05 +0000
(16:49 +0200)
src/dhcpv6.c
patch
|
blob
|
history
diff --git
a/src/dhcpv6.c
b/src/dhcpv6.c
index df6e1206b87eb35d11d814be26e83fe785d0d09e..b09fa105c0a0644684ce6270626a37e46d3d3e18 100644
(file)
--- 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);