From: Andrei Pavel Date: Fri, 21 May 2021 16:58:14 +0000 (+0300) Subject: [#1837] comment clarification (minor change) X-Git-Tag: Kea-1.9.8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33f60f8b78d2dc402f445b76a1850e850039576f;p=thirdparty%2Fkea.git [#1837] comment clarification (minor change) --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index b8de7e2a0b..b593d07293 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -1427,8 +1427,8 @@ Dhcpv6Srv::appendRequestedVendorOptions(const Pkt6Ptr& question, vendor_id = vendor_rsp->getVendorId(); } - // Otherwise, get the vendor-id from vendor-specific information option - // (17). + // Otherwise, try to get the vendor-id from the client packet's + // vendor-specific information option (17). OptionVendorPtr vendor_req; if (vendor_id == 0) { vendor_req = boost::dynamic_pointer_cast( @@ -1438,7 +1438,8 @@ Dhcpv6Srv::appendRequestedVendorOptions(const Pkt6Ptr& question, } } - // Optionally, get the vendor-id from vendor-class option (16). + // Finally, try to get the vendor-id from the client packet's vendor-class + // option (16). if (vendor_id == 0) { OptionVendorClassPtr vendor_class( boost::dynamic_pointer_cast(