From adbc9fa838188cf836b2edc92833dfa7de76c8be Mon Sep 17 00:00:00 2001 From: Christoffer Date: Mon, 18 Sep 2017 21:26:44 +0200 Subject: [PATCH] Fix wrongly generated citing info and table width --- chapter/layer3.tex | 4 ++-- references-wikipedia.bib | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/chapter/layer3.tex b/chapter/layer3.tex index 0cb62a1..211be0f 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -6,7 +6,7 @@ \begin{table}[] \centering - \resizebox{\textwidth}{!}{% + \resizebox{\columnwidth}{!}{% \begin{tabular}{|l|l|} \hline \textbf{Routing Protocol} & \textbf{Administrative distance} \\ \hline @@ -34,7 +34,7 @@ \label{cisco-default-administrative-distances} \end{table} -Always remember the following points for Cisco devices:\cite{Administ9:online} +Always remember the following points for Cisco devices:\cite{wiki:Administrative_distance} \begin{itemize} \item An administrative distance of 255 will cause the router to remove the route from the routing table and not use it. \item Since IOS 12.2, the administrative distance of a static route with an exit interface is 1. Prior to the release of 12.2 it was in fact 0. diff --git a/references-wikipedia.bib b/references-wikipedia.bib index bdfd516..5b0d37c 100644 --- a/references-wikipedia.bib +++ b/references-wikipedia.bib @@ -96,4 +96,20 @@ year = "2017", howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Solicited-node\%20multicast\%20address&oldid=787116453}}, note = "[Online; accessed 19-July-2017]" +} + +@misc{ wiki:Administrative_distance, + author = "Wikipedia", + title = "{Administrative distance} --- {W}ikipedia{,} The Free Encyclopedia", + year = "2017", + howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Administrative\%20distance&oldid=799742717}}, + note = "[Online; accessed 18-September-2017]" +} + +@misc{ wiki:Enhanced_Interior_Gateway_Routing_Protocol, + author = "Wikipedia", + title = "{Enhanced Interior Gateway Routing Protocol} --- {W}ikipedia{,} The Free Encyclopedia", + year = "2017", + howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Enhanced\%20Interior\%20Gateway\%20Routing\%20Protocol&oldid=800921738}}, + note = "[Online; accessed 18-September-2017]" } \ No newline at end of file