summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-28docs: remove superfluous "vyos@vyos" promptChristian Poessinger
2019-11-28docs: remove all trailing whitespacesChristian Poessinger
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
2019-11-28snmp: add MIB location and fix syntax error due line breakRobert Göhler
2019-11-28system-proxy: cleanup and example enhancementkroy
2019-11-27conf: set full version - 1.3.x (equuleus)Christian Poessinger
2019-11-27Refactor "code-block:: sh" to "code-block:: console"Christian Poessinger
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF.
2019-11-26development: fix wrong Python ConfigError import statementChristian Poessinger
2019-11-26interfaces: use RFC anchor nameChristian Poessinger
2019-11-26Linter: add vale SkippedScopes and change lint levelRobert Göhler
2019-11-26Linter: add script to find reserved address spaceRobert Göhler
2019-11-26dhcp: use documentations prefixes as per RFCChristian Poessinger
2019-11-26wireguard: Add road-warrior examplekroy-the-rabbit
2019-11-26dhcp-relay: integrate into dhcp chapterChristian Poessinger
2019-11-26dhcp: dhcpv6: migrate to common dhcp chapterChristian Poessinger
2019-11-26dhcp: use new '.. cfgcmd::' syntaxChristian Poessinger
2019-11-24Merge pull request #150 from rebortg/cfgcmdChristian Poessinger
cfgcmd for better typing feeling
2019-11-24Style: change .. cfcmd:: to ..cfgcmd::Robert Göhler
2019-11-24Merge pull request #149 from rebortg/sectionsChristian Poessinger
Add Section to style guide and fix TOC
2019-11-24config.py: change cfcmd to cfgcmdRobert Göhler
2019-11-24TOC: fix toc structureRobert Göhler
2019-11-24contributing: add section to style guideRobert Göhler
2019-11-24pppoe: restructure op-mode examplesChristian Poessinger
2019-11-24geneve: T1799: add Generic Network Virtualization EncapsulationChristian Poessinger
2019-11-23Revert "prevent douple heading"Christian Poessinger
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af.
2019-11-23prevent douple headingRobert Göhler
2019-11-23configuration-overview: update headlinesChristian Poessinger
2019-11-23toc: improve structure #2Christian Poessinger
2019-11-23toc: on the way to a better structured tocChristian Poessinger
2019-11-23troubleshooting: move out of appendixChristian Poessinger
2019-11-23lldp: use rst abbr statementChristian Poessinger
2019-11-23toc: build proper doc in html and pdfChristian Poessinger
2019-11-23troubleshooting: fix broken systemd referenceChristian Poessinger
2019-11-23commandscripting: fix "make latexpdf" errorsChristian Poessinger
2019-11-23troubleshooting: fix "make latexpdf" errorsChristian Poessinger
2019-11-23documentation: fix generation error in "code-block" directiveChristian Poessinger
docs/contributing/documentation.rst:115: ERROR: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: .. opcmd:: show protocols static arp Display all known ARP table entries spanning accross all interfaces There is a missing "sh" statement after "code-block::"
2019-11-23add new directives "cfcmd" and "opcmd"Robert Göhler
2019-11-23interfaces: update base interface definitions and linksChristian Poessinger
2019-11-23interfaces: do not hide TOCChristian Poessinger
2019-11-20wireless: add WPA/WPA2 enterprise with RADIUS authChristian Poessinger
2019-11-20wireless: extend operational commandsChristian Poessinger
2019-11-20wireless: add operational commandsChristian Poessinger
2019-11-19contribution: fix code-block in documentationChristian Poessinger
2019-11-19wireless: fix occurance on wireless modeChristian Poessinger
2019-11-19wireless: fix enumeration (bullet points)Christian Poessinger
2019-11-19wireless: rewrite chapterChristian Poessinger
- Update examples on Wireless Acceess-Point (WAP) - Add example on Wireless Station (Wi-Fi client)
2019-11-19bridge: add link anchorChristian Poessinger
2019-11-19rip: rework initial passageChristian Poessinger
2019-11-19pbr: rework initial passageChristian Poessinger
2019-11-19arp: fix result indentionChristian Poessinger