Update README.md
This commit is contained in:
parent
7d8d5bb779
commit
03c4939f29
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
* 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.
|
||||
|
||||
### Integration
|
||||
|
|
Loading…
Reference in a new issue