Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle IPv6 Router Advertisement (RA) based addresses. If the last 64 bits of a link-local address is generated using the local MAC address of the interface, i.e. a EUI-64 based address. Then the origin is set to "link-layer". If the addrgenmode is set to "random" instead of "eui64", then the device will generate the interface identifier portion of the address (the last 64 bits) randomly rather than deriving it from the MAC address using the EUI-64 process. This will result in a "random" origin. Signed-off-by: Richard Alpe <[email protected]>
- Loading branch information