summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-02firewall: add link to ZBF intro, some format and indentationcurrite
Add link to Zone-Based Firewall KB introduction, edit some format and adjust texts to 72 characters.
2020-04-01Merge pull request #228 from currite/bridgeChristian Poessinger
bridge: typo, stp warning and indentation
2020-04-01Merge pull request #225 from niklasea/fix-docker-group-recommendationChristian Poessinger
build.rst: Do not recommend using docker group
2020-04-01bridge: typo, stp warning and indentationcurrite
Adjusted to 72 column.
2020-04-01Merge pull request #227 from niklasea/fix-typosDaniil Baturin
Docs: Fix typo and code-block errors
2020-04-01Merge pull request #226 from kroy-the-rabbit/router-advertDaniil Baturin
router-advert: Porting over router-advert documentation
2020-03-31router-advert: Porting over router-advert documentationkroy
2020-03-31Docs: Fix typo and code-block errorsNiklas Elmose Andersen
Typo removed from CONTRIBUTING.md arp.rst properly displays example command build-vyos.rst troubleshooting diff has proper highlighting
2020-03-31build.rst: Do not recommend using docker groupNiklas Elmose Andersen
The documentation for building VyOS currently recommends adding a non-root user to the docker group. Doing so is equivalent to making that user root and thus should at least carry a warning.
2020-03-30http api: T2160: update docs regarding restricting HTTP API proxyJohn Estabrook
2020-03-30bond: add Cisco Catalyst exampleChristian Poessinger
2020-03-26appendix: run VyOS inside GNS3currite
2020-03-26Merge pull request #223 from xesxen/masterChristian Poessinger
NPTv6: Update commands and ip6tables output
2020-03-25site-to-site: Fix typo in rfc referenceJohn Estabrook
2020-03-24router-advert: adjust to new CLI syntaxChristian Poessinger
2020-03-24NPTv6: Update commands and ip6tables outputWouter
2020-03-22sstp: descripbe how to test sstp server using sstpcChristian Poessinger
2020-03-22sstp: adjust ssl certificate pathChristian Poessinger
2020-03-20sstp: move to VPN sectionChristian Poessinger
2020-03-20nat: fix ip address typo Demon_H
2020-03-18Merge pull request #221 from currite/conf-overview-3Christian Poessinger
config-overview: show-config-private and restructure seeing & navigating
2020-03-18wireguard: new keygen syntaxcurrite
2020-03-18config-overview: show-config-private and restructure seeing & navigatingcurrite
Add command to show config without private data, restructure seeing & navigating, and fine tune other small details.
2020-03-17vrf: add interface route descriptionChristian Poessinger
2020-03-17route: static: link alternate routing tables to VRFChristian Poessinger
2020-03-17route: static: proper indent distance blockChristian Poessinger
2020-03-17config overview: document comment commandChristian Poessinger
2020-03-17Merge pull request #218 from currite/restore-pxe-detailsChristian Poessinger
PXE install: restore clarifying details
2020-03-17Merge pull request #217 from currite/config-related-reindexChristian Poessinger
index reorganisation to clarify concepts related to config, manage, a…
2020-03-17Merge pull request #220 from jestabro/debug-flagsChristian Poessinger
T2132: Document kernel boot parameter 'vyos-config-debug'
2020-03-16T2132: Document kernel boot parameter 'vyos-config-debug'John Estabrook
2020-03-16vrf: add traceroute commandChristian Poessinger
2020-03-13PXE install: restore clarifying detailscurrite
PXE documentation was modified and improved, but at the same time some clarifying details, which make reading easier, were deleted, so now those are being restored.
2020-03-13index reorganisation to clarify concepts related to config, manage, ↵currite
advanced, basic
2020-03-12conntrack: split last code-block (#216)currite
separate active router and standby router
2020-03-10vrf: ease documentation about assigning interfaces to vrfChristian Poessinger
2020-03-09vrf: add route-leakingChristian Poessinger
2020-03-08vrf: add interfaces to "show vrf" outputChristian Poessinger
2020-03-08vrf: document ping usageChristian Poessinger
2020-03-07vrf: add PPPoE to supported interfacesChristian Poessinger
2020-03-06vrf: add ethernet, bonding, bridge to supported interfacesChristian Poessinger
2020-03-06vrf: remove interface-route(6) from documentation (cur. not available)Christian Poessinger
2020-03-06vrf: document "show ipv6 route vrf" commandChristian Poessinger
2020-03-06vrf: add interface documentationChristian Poessinger
2020-03-06vrf: add documentation for static routingChristian Poessinger
2020-03-05vrf: add additional static route exampleChristian Poessinger
2020-03-05vrf: add show ip route vrf <name>Christian Poessinger
2020-03-05pppoe: add configuration command for SLAAC adressingChristian Poessinger
2020-03-04vrf: add initial documentationChristian Poessinger
2020-03-03appendix: http-api (#215)currite
Operational requests and configuration management requests.