diff --git a/networking/ipv6.md b/networking/ipv6.md index 2c5741c..0b82117 100644 --- a/networking/ipv6.md +++ b/networking/ipv6.md @@ -54,7 +54,7 @@ When working in the world of IPv6, our addresses can vary depending on our scope | ::1/128 | Loopback Address (localhost) | | ::/128 | Unspecified Address | | 2000::/3 | GLOBAL Unicast (Internet) | -| fc00::/7 | Unique-Local (LAN) | +| fc00::/7 | Unique-Local (LAN) / ULA | | fe80::/10 | Link-Local Unicast (Same switch) | You should always use the smallest possible scope for communication.