mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
Updated version to 0.3.2
This commit is contained in:
parent
66f0fbe645
commit
d58e2dca54
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -5,21 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- 802.1x
|
||||
- StackWise
|
||||
- VSS
|
||||
- HSRP
|
||||
- GLBP
|
||||
- VRRP
|
||||
- See commit changelog
|
||||
|
||||
## [0.4.0] - 2017-xx-xx
|
||||
### Added
|
||||
- Section bout IPv6
|
||||
## [0.3.2] - 2017-09-10
|
||||
## Added
|
||||
- Initial BGP content considered done.
|
||||
|
||||
## [0.3.1] - 2017-07-19
|
||||
## Removed
|
||||
- Removed suporvisor from frontpage
|
||||
- Removed supervisor from front-page
|
||||
|
||||
## [0.3.0] - 2017-06-06
|
||||
### Added
|
||||
|
@ -57,8 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Initial version
|
||||
- Section: Spanning Tree
|
||||
|
||||
[Unreleased]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.4.0...HEAD
|
||||
[0.4.0]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.1...v0.4.0
|
||||
[Unreleased]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.2...HEAD
|
||||
[0.4.0]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.1...v0.3.2
|
||||
[0.3.1]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.0...v0.3.1
|
||||
[0.3.0]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.2.2...v0.3.0
|
||||
[0.2.2]: https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.2.1...v0.2.2
|
||||
|
|
|
@ -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.1.svg)](https://gitlab.com/netravnen/CiscoLabNotes/compare/v0.3.1...HEAD)
|
||||
[![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)
|
||||
|
||||
# URLs
|
||||
- [Gitlab][repo-origin] **working** dir
|
||||
|
@ -18,7 +18,7 @@
|
|||
- [ ] vPC (cisco proprietary)
|
||||
|
||||
## Routing
|
||||
- [ ] BGP
|
||||
- [X] BGP
|
||||
- [ ] ISIS
|
||||
- [ ] EIGRP (cisco proprietary)
|
||||
- [ ] OSPF
|
||||
|
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
\title{Networking with switches and routers, automation and IPv4/6}
|
||||
\def\thesubject{My Notes going along with learning Cisco Networking}
|
||||
\def\theinstitution{ZBC}
|
||||
|
||||
\author{chhan11 <zbcchhan11 at zbc.dk>}
|
||||
\def\thesupervisor{none}
|
||||
\author{Netravnen <netravnen@gmail.com>\\
|
||||
Fingerprint: C8B3 82A8 A1CD CDB7 71FE B24C C654 948F DA86 BECD}
|
||||
|
||||
\def\theversion{v0.4.0}
|
||||
\def\theversion{v0.3.2}
|
||||
\date{{\footnotesize Last release \theversion\\%
|
||||
\texttt{\color{Gray}Generated \utccurrenttime}}}
|
||||
|
||||
|
@ -19,16 +18,11 @@
|
|||
\includegraphics[width=0.15\textwidth]{switch2}
|
||||
\includegraphics[width=0.15\textwidth]{switch3}
|
||||
\includegraphics[width=0.15\textwidth]{router2}\par\vspace{1cm}
|
||||
{\scshape\LARGE \theinstitution\par}
|
||||
\vspace{1cm}
|
||||
{\scshape\Large \thetitle\par}
|
||||
\vspace{1.5cm}
|
||||
{\huge\bfseries \thesubject\par}
|
||||
\vspace{2cm}
|
||||
{\Large\itshape \theauthor\par}
|
||||
\vfill
|
||||
supervised by\par
|
||||
\thesupervisor
|
||||
|
||||
\vfill
|
||||
|
||||
|
|
Loading…
Reference in a new issue