You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would the following functions in this Project be the right place ?
Convert MAC address to IPv6 Local Link address.
Example 11:22:33:44:55:66 to fe80::1322:33ff:fe44:5566
Convert MAC address and provider IPv6 prefix to a Public IPv6 address.
Example Mac Address 11:22:33:44:55:66 and Provider Prefix 2001:9e5:61cf:5600:: to 2001:9e5:61cf:5600:1322:33ff:fe44:5566
IPv6 address to MAC address
Example 2001:9e5:61cf:5600:1322:33ff:fe44:5566 to 11:22:33:44:55:66
Would the following functions in this Project be the right place ?
Convert MAC address to IPv6 Local Link address.
Example
11:22:33:44:55:66
tofe80::1322:33ff:fe44:5566
Convert MAC address and provider IPv6 prefix to a Public IPv6 address.
Example Mac Address
11:22:33:44:55:66
and Provider Prefix2001:9e5:61cf:5600::
to2001:9e5:61cf:5600:1322:33ff:fe44:5566
IPv6 address to MAC address
Example
2001:9e5:61cf:5600:1322:33ff:fe44:5566
to11:22:33:44:55:66
Here are two example functions https://stackoverflow.com/questions/54748755/how-to-convert-mac-address-into-ipv6-link-local-address-and-vice-versa
The text was updated successfully, but these errors were encountered: