summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-07 09:50:55 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-07 09:50:55 -0500
commit60882b8aa5350e459dda807ee819b39e2af41593 (patch)
tree7e95ccdcacfe4358cebec66f28ed28c3f3f4fa07 /common
parent59336f8007988c2e77999da06de5dfd922dcec97 (diff)
downloadisc-dhcp-60882b8aa5350e459dda807ee819b39e2af41593.tar.gz
[master] Restores ability of server to return dhcp6.vendor-opts to client
Merges in rt46427.
Diffstat (limited to 'common')
-rw-r--r--common/options.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/options.c b/common/options.c
index ae5b2844..5044d4a1 100644
--- a/common/options.c
+++ b/common/options.c
@@ -1126,11 +1126,13 @@ store_options6(char *buf, int buflen,
}
/*
- * See if this is the VSIO option.
+ * If this is the VSIO option flag it so we'll know to
+ * check the vsio space later on. However we still need
+ * to check for the existence of any defined via
+ * dhcp6.vendor-opts. Those are stored as simple values.
*/
if (code == vsio_option_code) {
vsio_wanted = 1;
- continue;
}
/*