on the DHCPv6 ORO. This resolves a bug where VSIO options were placed
in IA_NA encapsulated options fields. [ISC-Bugs #17852]
- A memory leak when using omapi has been fixed.
+- DHCPv6 vendor-class options (VSIO) are now only sent when they appear
+ on the DHCPv6 ORO. This resolves a bug where VSIO options were placed
+ in IA_NA encapsulated options fields.
+
Changes since 4.0.0 (new features)
- Added DHCPv6 rapid commit support.
D6O_IA_PD,
D6O_RAPID_COMMIT,
D6O_STATUS_CODE,
- D6O_VENDOR_OPTS,
D6O_RECONF_ACCEPT,
D6O_PREFERENCE,
0
static const int required_opts_IA[] = {
D6O_IAADDR,
D6O_STATUS_CODE,
- D6O_VENDOR_OPTS,
0
};
static const int required_opts_IA_PD[] = {
D6O_IAPREFIX,
D6O_STATUS_CODE,
- D6O_VENDOR_OPTS,
0
};
static const int required_opts_STATUS_CODE[] = {