From: Francis Dupont Date: Mon, 13 Mar 2023 08:49:40 +0000 (+0100) Subject: [#2765] Avoid confusion between options 60 and 124 X-Git-Tag: Kea-2.3.6~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9270588436ec2bdfa2abf5de7c2277de94947bc;p=thirdparty%2Fkea.git [#2765] Avoid confusion between options 60 and 124 --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 8c98320040..df565b0d87 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -2008,8 +2008,8 @@ Dhcpv4Srv::appendRequestedVendorOptions(Dhcpv4Exchange& ex) { } } - // Finally, try to get the vendor-id from the client packet's vendor-class - // option (124). + // Finally, try to get the vendor-id from the client packet's + // vendor-specific class option (124). for (auto opt : query->getOptions(DHO_VIVCO_SUBOPTIONS)) { OptionVendorClassPtr vendor_class; vendor_class = boost::dynamic_pointer_cast(opt.second);