Update README.md

This commit is contained in:
hayzam 2024-05-28 06:22:16 +00:00
parent 7d8d5bb779
commit 03c4939f29

View file

@ -26,7 +26,7 @@ Using the last 64 bits of the provided 128-bit CID, you are required to implemen
* Extract the last 64 bits of the CID input. * Extract the last 64 bits of the CID input.
* Generate the primary MAC address by converting the 64-bit integer to a 48-bit MAC address. * Generate the primary MAC address by converting the 64-bit integer to a 48-bit MAC address.
* Use bitwise operations to generate the initial MAC address ensuring the multicast bit is cleared. (The multicast bit is the least significant bit of the first byte.) * Use bitwise operations to generate the initial MAC address ensuring that the address is unicast.
* Implement an algorithm to increment the MAC address (for the second one), carefully managing overflow from the least significant byte upwards. * Implement an algorithm to increment the MAC address (for the second one), carefully managing overflow from the least significant byte upwards.
### Integration ### Integration