We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfda469 + 81fadb9 commit e623b00Copy full SHA for e623b00
pkg/limayaml/defaults.go
@@ -102,7 +102,7 @@ func MACAddress(uniqueID string) string {
102
// But the second hex number is changed to 2 to satisfy the convention for
103
// local MAC addresses (https://en.wikipedia.org/wiki/MAC_address#Ranges_of_group_and_locally_administered_addresses)
104
//
105
- // See also https://gitlab.com/wireshark/wireshark/-/blob/master/manuf to confirm the uniqueness of this prefix.
+ // See also https://gitlab.com/wireshark/wireshark/-/blob/release-4.0/manuf to confirm the uniqueness of this prefix.
106
hw := append(net.HardwareAddr{0x52, 0x55, 0x55}, sha[0:3]...)
107
return hw.String()
108
}
0 commit comments