From 908e360a917f1f5e038d15946023de48af90355e Mon Sep 17 00:00:00 2001 From: Christoffer Date: Fri, 15 Sep 2017 10:32:47 +0200 Subject: [PATCH 1/2] Fix table --- chapter/layer2.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chapter/layer2.tex b/chapter/layer2.tex index da6ee4f..cad9054 100644 --- a/chapter/layer2.tex +++ b/chapter/layer2.tex @@ -193,10 +193,11 @@ STP comes from the above desire where redundancy was wanted but no protocol exis \begin{tabular}{|l|l|l|l|l|} \hline \textbf{} & \textbf{Standard} & \textbf{Ressource Usage} & \multicolumn{2}{l|}{\textbf{Convergence}} \\ \hline - \gls{cst} & 802.1D & Low & Slow & All vlans \\ \hline - \gls{pvst+} & Cisco & High & Slow & Per vlan \\ \hline - \gls{rstp} & 802.1w & So-so (Med.) & Fast & All vlans \\ \hline - \gls{rpvst+} & Cisco & On-the-double (V.High) & Fast & Per vlan \\ \hline + \gls{cst} & 802.1Q & Low & Slow & All Vlans \\ \hline + \gls{stp} & 802.1D & - & - & All Vlans \\ \hline + \gls{pvst+} & Cisco & High & Slow & Per Vlan \\ \hline + \gls{rstp} & 802.1w & So-so (Med.) & Fast & All Vlans \\ \hline + \gls{rpvst+} & Cisco & On-the-double (V.High) & Fast & Per Vlan \\ \hline \gls{mst} & 802.1s & Med. - High & Fast & Vlan list \\ \hline \end{tabular}% } From 03c9d1aab8f2409636c76775d4d4f619b9a65cfb Mon Sep 17 00:00:00 2001 From: Christoffer Date: Fri, 15 Sep 2017 10:54:02 +0200 Subject: [PATCH 2/2] Bump to v0.3.3 --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- frontpage.tex | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2221a..8d974fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - See commit changelog +## [0.3.3] - 2017-09-15 +### Fix +- Table 2: Spanning Tree standards + ## [0.3.2] - 2017-09-10 -## Added +### Added - Initial BGP content considered done. ## [0.3.1] - 2017-07-19 -## Removed +### Removed - Removed supervisor from front-page ## [0.3.0] - 2017-06-06 diff --git a/README.md b/README.md index bc24986..edc3dca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![GitHub tag](https://img.shields.io/github/tag/netravnen/CiscoLabNotes.svg)](https://gitlab.com/netravnen/CiscoLabNotes) [![license](https://img.shields.io/github/license/netravnen/CiscoLabNotes.svg)](https://gitlab.com/netravnen/CiscoLabNotes/blob/master/LICENSE.md) -[![GitHub commits](https://img.shields.io/github/commits-since/netravnen/CiscoLabNotes/v0.3.2.svg)](https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.2...HEAD) +[![GitHub commits](https://img.shields.io/github/commits-since/netravnen/CiscoLabNotes/v0.3.3.svg)](https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.3...HEAD) # URLs - [Gitlab][repo-origin] **working** dir diff --git a/frontpage.tex b/frontpage.tex index 5e1b2b0..7ab7fb4 100644 --- a/frontpage.tex +++ b/frontpage.tex @@ -3,10 +3,10 @@ \title{Networking with switches and routers, automation and IPv4/6} \def\thesubject{My Notes going along with learning Cisco Networking} -\author{Netravnen \\ +\author{"Netravnen (Gmail) (netravnen@gmail.com)" \\ Fingerprint: C8B3 82A8 A1CD CDB7 71FE B24C C654 948F DA86 BECD} -\def\theversion{v0.3.2} +\def\theversion{v0.3.3} \date{{\footnotesize Last release \theversion\\% \texttt{\color{Gray}Generated \utccurrenttime}}}