From 27f717397cd5b776e1465559e559ea2c84adcc9a Mon Sep 17 00:00:00 2001 From: chhan11 Date: Sun, 18 Jun 2017 22:16:23 +0200 Subject: [PATCH] Added bgp rfcs --- chapter/layer3.tex | 5 +++++ commands.tex | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/chapter/layer3.tex b/chapter/layer3.tex index acd2abd..af035a4 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -12,6 +12,9 @@ \wikicommons{BGP_FSM} The protocol of the internet used since 1994.\cite{wiki:Border_Gateway_Protocol} +Currently based upon \rfc{4271} with updates following in \rcf{6286} \rfc{6608}, \rfc{6793}, \rfc{7606}, \rfc{7607}, \rfc{7705}. + + \begin{itemize} \item \itemhead{Properties} @@ -44,3 +47,5 @@ The protocol of the internet used since 1994.\cite{wiki:Border_Gateway_Protocol} \item Established: Nodes can now exchange KeepAlive, Updates, and Notification \glspl{msg}. \end{enumerate} \end{itemize} + + diff --git a/commands.tex b/commands.tex index d9203e4..e21dfd8 100644 --- a/commands.tex +++ b/commands.tex @@ -125,3 +125,7 @@ License: \texttt{\href{https://creativecommons.org/licenses/by-sa/3.0/}{CC BY-SA }{ \end{list} } + + +% Usage: +\newcommand{\rfc}[1]{RFC #1\footnote{\url{https://tools.ietf.org/html/rfc#1}{tools.ietf.org/html/rfc#1}}}