summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-09-18nptv6: replace invalid nptv6 commands with the valid ones.currite
2020-09-17Merge pull request #333 from currite/crux-mss-clampingChristian Poessinger
mss-clamping: remove unnecessary disable commnad, add directives and …
2020-09-17mss-clamping: remove unnecessary disable commnad, add directives and ↵currite
explanations
2020-09-16Merge pull request #331 from currite/backport-qos-hintChristian Poessinger
qos: improve hint on choosing policy
2020-09-16Merge pull request #330 from currite/backport-image-mgmtChristian Poessinger
image management: backport add rollback subsection and last changes
2020-09-16qos: improve hint on choosing policycurrite
2020-09-16image management: backport add rollback subsection and last changescurrite
2020-09-16configuration overview: backport: wiki additions, reorganization and lil ↵currite
changes.
2020-09-10installation: backport recent additionscurrite
Add the creation of a bootable USB drive and other improvements.
2020-08-26Merge pull request #315 from dannyt66/fix/danyt66-syslog-typoRobert Göhler
docs(syslog.rst): corrected en to an
2020-08-06qos: fix and complete examplescurrite
2020-08-06qos: fix shaper burst definitioncurrite
Shaper definition does not correspond to HTB cburst but to HTB burst.
2020-08-06qos: advice on voip and ceilingcurrite
2020-08-06qos: move ingress shaping to the end of the articlecurrite
Ingress Shaping is an exceptional case, it should be shown after it is explained how the standard procedure works.
2020-07-18build-vyos: rewrite documentation for building ISOAndrew Ying
- Improve Docker build instructions - Make clear that build from source is possible - Add information about building from source - Correct references to current branch with master branch
2020-07-03qos: tuning several little detailscurrite
2020-06-30Build: fixed several build errorsrebortg
2020-06-30Sphinx: backport cfgcmd and opcmd directives to cruxrebortg
2020-06-30Merge pull request #274 from currite/crux-multicastChristian Poessinger
multicast: readd PIM and IGMP.
2020-06-30multicast: readd PIM and IGMP.currite
Previous merge adding PIM and IGMP did not work properly, command definitions were not published.
2020-06-29Merge pull request #273 from currite/crux-dhcp-relay-gre-bridgeDaniil Baturin
config.examples: dhcp relay through gre-bridge
2020-06-29config.examples: dhcp relay through gre-bridgecurrite
2020-06-27QoS: rewritecurrite
2020-06-27appendix: VyOS on GNS3currite
2020-06-26multicast: add pim and igmp and append existing igmp-proxycurrite
2020-06-24Update bridging.rstChristian Poessinger
2020-05-22Merge pull request #256 from currite/fix-qos-priorityDaniil Baturin
qos: fix priority explanation error
2020-05-22qos: fix priority explanation errorcurrite
2020-05-10Merge pull request #247 from DmitriyEshenko/patch-16Daniil Baturin
Remove wrong note about build container for 1.3
2020-05-10Fix of sample firewall rules for ESPNephiaust
Removed unneeded option "set firewall name OUTSIDE-LOCAL rule 40 destination port '50'" as committing with this rule will throw error + ESP doesnt have a direct destination port number
2020-05-09Remove wrong note about build container for 1.3Eshenko Dmitriy
2020-02-14wireguard - named keypairs don't exist on cruxkroy-the-rabbit
It appears the 1.3 documentation erroneously got backported here. Named keypairs aren't available on crux for wireguard.
2020-01-22sstp: remove chapter as its not available in cruxChristian Poessinger
2020-01-21conf: copyright 2020Christian Poessinger
(cherry picked from commit 6b40e534f65a6bee5dc4bbca8865604c0de0c824)
2019-12-28Add release notes for 1.2.4Daniil Baturin
(cherry picked from commit 499f536d5b6b5f5bc45c649abdab5c007cda30a6)
2019-12-15dynamic-dns: adjust ddclient reference to GitHubChristian Poessinger
2019-12-15config-management: restructure to the new cfgcmd/opcmd styleChristian Poessinger
(cherry picked from commit eea005b2e4308e537c8c97a6bd43338676187d36)
2019-12-15syslog: restructure chapter and tables to the new cfgcmd/opcmd styleChristian Poessinger
(cherry picked from commit 5e5d68f889e971560abb695fa3ad7ba84890e82d)
2019-12-01contributing: import documentation chapter from masterChristian Poessinger
2019-12-01add new directives cfcmd and opcmdChristian Poessinger
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-27conf: set full version - 1.2.x (crux)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-12SNMP: add security information for SNMPv3Christian Poessinger
(cherry picked from commit 9610be887b0ace40875c23c2ea3fcbd3aea5fa14)
2019-11-12Vyatta: migrate: update migration guide and fix referencesChristian Poessinger
- Fix referenced links to VyOS 1.0 - Fix leftover MediaWiki syntax (cherry picked from commit 5fcd3ec773e84b7210bcb1ddbfb572aa44bd69c1)
2019-11-08conf: add VyOS logo to generated docsChristian Poessinger
(cherry picked from commit 8039d9d2dce4b99820513041045b1825a09ffd07)
2019-11-08index: remove 'rst' file extension on includesChristian Poessinger
(cherry picked from commit e298cf2290cca0f3c76579074bafbbcce18ca356)
2019-11-08index: reformat table of contentsChristian Poessinger
Make TOC sections more obvious and remove single include file for contribution and development. (cherry picked from commit 7d3a19bcad6a011b407d4f143f70c6f70631ad95)
2019-11-08index: add missing copyright statementChristian Poessinger
(cherry picked from commit 477f5717dad68be5cc5039acbdd34a14bdc3bd56)
2019-11-07Revert "[Bridging]: Fixing bad example"Christian Poessinger
This reverts commit f81071bf2bb217f6924dfff62c7e439def91574d.