diff --git a/slides.tex b/slides.tex index 7f27a0b..a753c53 100644 --- a/slides.tex +++ b/slides.tex @@ -44,30 +44,29 @@ draft-bastian-babel-v4ov6}} \maketitle{} \begin{frame}{Traditional routing} + Babel: \alert{routing protocol}. Only concern: \alert{build the routing + table}. + \vspace{1em} + \begin{table} \centering - \textbf{IPv4 routing table} \\ + \textbf{Routing table} \\ \medskip \begin{tabular}{@{} lcl @{}} \toprule - Network Prefix (IPvX) & $\rightarrow$ & Next-Hop (IPvX)\\ + Network Prefix (IPv6) & $\rightarrow$ & Next-Hop (IPv6)\\ + \midrule{} + 2001::/64 & & fd80::42 \\ + \bottomrule{}\\ + \toprule{} + Network Prefix (IPv4) & $\rightarrow$ & Next-Hop (IPv4)\\ \midrule - default & & 10.42.0.254 \\ - 10.102.0.0/16 & & 10.102.0.1 \\ - 10.102.0.0/24 & & 10.102.0.2 \\ - 10.0.0.0/8 & & \xcancel{fd80:1::1} \\ + 10.0.0.0/24 & & 10.0.0.1 \\ + 10.0.0.0/16 & & 10.0.1.1 \\ + 10.0.0.0/8 & & \xcancel{fd80::f0} \\ \bottomrule \end{tabular} \end{table} - - \vspace{1em} - - \begin{itemize} - \item \textbf{Control plane:} \alert{babel}, routing protocol. - \alert{Fills the routing table}. - \item \textbf{Data plane:} correctly forward incoming packets. - \alert{Uses the routing table}. - \end{itemize} \end{frame} \begin{frame}{The router's job}