Better strikeout
This commit is contained in:
parent
bc97078f76
commit
686280811a
1 changed files with 17 additions and 6 deletions
23
slides.tex
23
slides.tex
|
@ -10,14 +10,25 @@
|
||||||
\usepackage{texlib/todo}
|
\usepackage{texlib/todo}
|
||||||
|
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
\usepackage[normalem]{ulem}
|
\usepackage[thicklines]{cancel}
|
||||||
|
|
||||||
|
\renewcommand{\CancelColor}{\color{red}}
|
||||||
|
|
||||||
%\usepackage{inconsolata}
|
%\usepackage{inconsolata}
|
||||||
|
|
||||||
|
|
||||||
|
\lstdefinelanguage{iproute} {
|
||||||
|
morekeywords={inet6},
|
||||||
|
sensitive=true,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\title{Announcing IPv4 routes with an IPv6 next-hop in the Babel
|
\title{Announcing IPv4 routes with an IPv6 next-hop in the Babel
|
||||||
routing protocol}
|
routing protocol}
|
||||||
\subtitle{\textit{aka.} draft-bastian-babel-v4ov6}
|
\subtitle{\textit{aka.}
|
||||||
|
\href{https://datatracker.ietf.org/doc/draft-bastian-babel-v4ov6/}{
|
||||||
|
draft-bastian-babel-v4ov6}}
|
||||||
\author[\slidecountline]
|
\author[\slidecountline]
|
||||||
{Théophile Bastian, Juliusz Chroboczek}
|
{Théophile Bastian, Juliusz Chroboczek}
|
||||||
\date{}
|
\date{}
|
||||||
|
@ -34,7 +45,8 @@ routing protocol}
|
||||||
|
|
||||||
\begin{frame}{Traditional routing}
|
\begin{frame}{Traditional routing}
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\text{Network prefix (IPvX)} &\longrightarrow \text{Next-Hop (IPvX)}
|
\text{Network prefix (IPvX)} \quad &\longrightarrow
|
||||||
|
\quad \text{Next-Hop (IPvX)}
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\pause{}
|
\pause{}
|
||||||
|
@ -50,12 +62,11 @@ routing protocol}
|
||||||
default & & 10.42.0.254 \\
|
default & & 10.42.0.254 \\
|
||||||
10.102.0.0/16 & & 10.102.0.1 \\
|
10.102.0.0/16 & & 10.102.0.1 \\
|
||||||
10.102.10.0/24 & & 10.102.10.1 \\
|
10.102.10.0/24 & & 10.102.10.1 \\
|
||||||
\only<3>{10.0.0.0/8 & & \sout{fd80:1::1}} \\
|
\only<3>{10.0.0.0/8 & & % \makebox[0pt]{\color{red}---}
|
||||||
|
\xcancel{fd80:1::1}} \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\todo{Better strikeout}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{The router's job}
|
\begin{frame}{The router's job}
|
||||||
|
|
Loading…
Reference in a new issue