Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-28 | Refactor "code-block:: console" to "code-block:: none" | Christian Poessinger | |
2019-11-28 | docs: remove superfluous "vyos@vyos" prompt | Christian Poessinger | |
2019-11-28 | docs: remove all trailing whitespaces | Christian Poessinger | |
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' | |||
2019-11-28 | snmp: add MIB location and fix syntax error due line break | Robert Göhler | |
2019-11-28 | system-proxy: cleanup and example enhancement | kroy | |
2019-11-27 | conf: set full version - 1.3.x (equuleus) | Christian Poessinger | |
2019-11-27 | Refactor "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-26 | development: fix wrong Python ConfigError import statement | Christian Poessinger | |
2019-11-26 | interfaces: use RFC anchor name | Christian Poessinger | |
2019-11-26 | Linter: add vale SkippedScopes and change lint level | Robert Göhler | |
2019-11-26 | Linter: add script to find reserved address space | Robert Göhler | |
2019-11-26 | dhcp: use documentations prefixes as per RFC | Christian Poessinger | |
2019-11-26 | wireguard: Add road-warrior example | kroy-the-rabbit | |
2019-11-26 | dhcp-relay: integrate into dhcp chapter | Christian Poessinger | |
2019-11-26 | dhcp: dhcpv6: migrate to common dhcp chapter | Christian Poessinger | |
2019-11-26 | dhcp: use new '.. cfgcmd::' syntax | Christian Poessinger | |
2019-11-24 | Merge pull request #150 from rebortg/cfgcmd | Christian Poessinger | |
cfgcmd for better typing feeling | |||
2019-11-24 | Style: change .. cfcmd:: to ..cfgcmd:: | Robert Göhler | |
2019-11-24 | Merge pull request #149 from rebortg/sections | Christian Poessinger | |
Add Section to style guide and fix TOC | |||
2019-11-24 | config.py: change cfcmd to cfgcmd | Robert Göhler | |
2019-11-24 | TOC: fix toc structure | Robert Göhler | |
2019-11-24 | contributing: add section to style guide | Robert Göhler | |
2019-11-24 | pppoe: restructure op-mode examples | Christian Poessinger | |
2019-11-24 | geneve: T1799: add Generic Network Virtualization Encapsulation | Christian Poessinger | |
2019-11-23 | Revert "prevent douple heading" | Christian Poessinger | |
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af. | |||
2019-11-23 | prevent douple heading | Robert Göhler | |
2019-11-23 | configuration-overview: update headlines | Christian Poessinger | |
2019-11-23 | toc: improve structure #2 | Christian Poessinger | |
2019-11-23 | toc: on the way to a better structured toc | Christian Poessinger | |
2019-11-23 | troubleshooting: move out of appendix | Christian Poessinger | |
2019-11-23 | lldp: use rst abbr statement | Christian Poessinger | |
2019-11-23 | toc: build proper doc in html and pdf | Christian Poessinger | |
2019-11-23 | troubleshooting: fix broken systemd reference | Christian Poessinger | |
2019-11-23 | commandscripting: fix "make latexpdf" errors | Christian Poessinger | |
2019-11-23 | troubleshooting: fix "make latexpdf" errors | Christian Poessinger | |
2019-11-23 | documentation: fix generation error in "code-block" directive | Christian 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-23 | add new directives "cfcmd" and "opcmd" | Robert Göhler | |
2019-11-23 | interfaces: update base interface definitions and links | Christian Poessinger | |
2019-11-23 | interfaces: do not hide TOC | Christian Poessinger | |
2019-11-20 | wireless: add WPA/WPA2 enterprise with RADIUS auth | Christian Poessinger | |
2019-11-20 | wireless: extend operational commands | Christian Poessinger | |
2019-11-20 | wireless: add operational commands | Christian Poessinger | |
2019-11-19 | contribution: fix code-block in documentation | Christian Poessinger | |
2019-11-19 | wireless: fix occurance on wireless mode | Christian Poessinger | |
2019-11-19 | wireless: fix enumeration (bullet points) | Christian Poessinger | |
2019-11-19 | wireless: rewrite chapter | Christian Poessinger | |
- Update examples on Wireless Acceess-Point (WAP) - Add example on Wireless Station (Wi-Fi client) | |||
2019-11-19 | bridge: add link anchor | Christian Poessinger | |
2019-11-19 | rip: rework initial passage | Christian Poessinger | |
2019-11-19 | pbr: rework initial passage | Christian Poessinger | |
2019-11-19 | arp: fix result indention | Christian Poessinger | |