1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-11-23 19:17:54 +00:00

Fix wrong link-local scope

This commit is contained in:
netravnen 2017-07-19 20:49:29 +02:00
parent ef9ac2a3db
commit 3f23435b40

View file

@ -42,7 +42,7 @@ Have 3 different forms:
\begin{itemize} \begin{itemize}
\item \itemhead[]{Link-Local} \item \itemhead[]{Link-Local}
\begin{itemize} \begin{itemize}
\item Address assigned from the fe80::/7 prefix. \item Address assigned from the fe80::/10 prefix.
\item Either derived with the EUI-64\footnote{The EUI-64 involves the MAC address and injecting fffe into the middle making it 64 bits and using this as host bits} method or randomly selected. Then assigned after \gls{dad} has been run on the network segment. \item Either derived with the EUI-64\footnote{The EUI-64 involves the MAC address and injecting fffe into the middle making it 64 bits and using this as host bits} method or randomly selected. Then assigned after \gls{dad} has been run on the network segment.
\end{itemize} \end{itemize}
\item \itemhead[]{Global Addressing} \item \itemhead[]{Global Addressing}