mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
spelling: messages
This commit is contained in:
@@ -599,7 +599,7 @@ Pkt6::makeLabel(const DuidPtr duid, const HWAddrPtr& hwaddr) {
|
|||||||
label << "duid=[" << (duid ? duid->toText() : "no info")
|
label << "duid=[" << (duid ? duid->toText() : "no info")
|
||||||
<< "]";
|
<< "]";
|
||||||
|
|
||||||
// HW address is typically not carried in the DHCPv6 mmessages
|
// HW address is typically not carried in the DHCPv6 messages
|
||||||
// and can be extracted using various, but not fully reliable,
|
// and can be extracted using various, but not fully reliable,
|
||||||
// techniques. If it is not present, don't print anything.
|
// techniques. If it is not present, don't print anything.
|
||||||
if (hwaddr) {
|
if (hwaddr) {
|
||||||
|
Reference in New Issue
Block a user