From bc97078f762649f5edee9a74a9867ffc1ef7cd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 8 Jul 2020 12:31:25 +0200 Subject: [PATCH] Add Why would we want this? --- slides.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/slides.tex b/slides.tex index 8ddfd2c..8ce6b0c 100644 --- a/slides.tex +++ b/slides.tex @@ -82,4 +82,16 @@ routing protocol} \end{figure} \end{frame} +\begin{frame}{Why would we want this?} + \begin{itemize} + \item Supporting both v4 and v6 is cumbersome: twice the configuration + \item v6-only core, still serve v4 to clients + \item IPv6 has \alert{link-local} and \alert{automatic addresses} + (SLAAC) + \begin{itemize} + \item no need for DHCP or IP configuration \emph{at all}! + \end{itemize} + \end{itemize} +\end{frame} + \end{document}