Fix doc compile error, center pseudo headers

This commit is contained in:
Nico Schottelius 2019-08-22 12:06:21 +02:00
parent 1b2717168f
commit c2e8b9bf75
4 changed files with 12 additions and 11 deletions

View File

@ -394,16 +394,17 @@ important because some targets (like the NetFPGA) do not allow
accessing the payload (see section \ref{design:netpfga}). accessing the payload (see section \ref{design:netpfga}).
\begin{figure}[h] \begin{figure}[h]
\begin{verbatim} \begin{verbatim}
0 7 8 15 16 23 24 31 0 7 8 15 16 23 24 31
+--------+--------+--------+--------+ +--------+--------+--------+--------+
| source address | | source address |
+--------+--------+--------+--------+ +--------+--------+--------+--------+
| destination address | | destination address |
+--------+--------+--------+--------+ +--------+--------+--------+--------+
| zero |protocol| TCP/UDP length | | zero |protocol| TCP/UDP length |
+--------+--------+--------+--------+ +--------+--------+--------+--------+
\end{verbatim} \end{verbatim}
\centering \centering
\caption{IPv4 Pseudo Header} \caption{IPv4 Pseudo Header}
\label{fig:ipv4pseudoheader} \label{fig:ipv4pseudoheader}
\end{figure} \end{figure}

View File

@ -68,7 +68,7 @@ with legacy IPv4 devices still needs to be provided.
\end{figure} \end{figure}
IPv6 hosts and IPv4 hosts cannot directly connect to each other, IPv6 hosts and IPv4 hosts cannot directly connect to each other,
because the protocols are incompatible to each other. because the protocols are incompatible to each other.
To allow communication between different protocol host!s, To allow communication between different protocol hosts,
several transition mechanisms have been several transition mechanisms have been
proposed~\cite{wikipedia:_ipv6},~\cite{rfc4213}. proposed~\cite{wikipedia:_ipv6},~\cite{rfc4213}.
\begin{figure}[h] \begin{figure}[h]

Binary file not shown.

View File

@ -92,7 +92,7 @@
@Misc{lutchansky:_tayga_simpl_nat64_linux, @Misc{lutchansky:_tayga_simpl_nat64_linux,
author = {Nathan Lutchansky}, author = {Nathan Lutchansky},
title = {TAYGA - Simple, no-fuss NAT64 for Linux}, title = {TAYGA - Simple, no-fuss NAT64 for Linux},
howpublished = {\url{http://www.litech.org/tayga/}} howpublished = {\url{http://www.litech.org/tayga/}},
note = {Requested on 2019-08-22}} note = {Requested on 2019-08-22}}