summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-04-13Fix DHCP address syntaxShawn Wilsher
`dhcp` and `dhcpv6` were missing the `address` part of the line, and the command does not work. Tested in 1.3.0 rc1
2021-04-12Merge pull request #502 from jeffbrl/cloud-initRobert Göhler
Add initial cloud-init documentation
2021-04-12Merge pull request #509 from StefanLindblom/patch-1Robert Göhler
Add information about specific VRF routing
2021-04-12Fix default credentials statementJeff Loughridge
2021-04-12Enhance cloud-init documentationJeff Loughridge
2021-04-12Add information about specific VRF routingStefan Lindblom
As this thread states: https://forum.vyos.io/t/system-name-server-vrf-aware/6710 There is no way to force system DNS traffic via a specific VRF, which is a pretty common scenario. For example one could expect that all system services like DNS, auth, syslog, NTP, etc would use the management VRF (as specified by the user).
2021-04-12Github: update current branchrebortg
2021-04-11T3458:tunnel interface:added GRETAP sectionsrividya0208
added the command configuration for gretap and corrected the syntax in dhcp-relay example
2021-04-10Add EVE-NG VyOS iconChristian Poessinger
2021-04-09Add missing `ipv6 allow` option to enable IPv6 modulesEshenko Dmitriy
2021-04-08Add initial cloud-init documentationJeff Loughridge
2021-04-08pppoe: adjust to new prefix-delegation syntaxChristian Poessinger
2021-04-08l2tpv3: adjust to latest CLI changes for source-address and remoteChristian Poessinger
2021-04-07Merge pull request #498 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2021-04-05Small grammatical changes to installation guideRicky Pai
2021-04-05interfaces: dhcp-client: T3454: add reject optionCharles Surett
2021-04-05documentation guide - update grammarRicky Pai
2021-04-05Github: update current branchrebortg
2021-04-04Style changes to wireguard documentationRicky Pai
2021-04-04fix command for deleting wireguard keypairRicky Pai
2021-04-04layout: set user friendly versionnameRobert Göhler
2021-04-04Merge pull request #494 from rickypai/patch-1Daniil Baturin
Edit sentence on public/private key pair to make it read better
2021-04-03Edit sentence on public/private key pair to make it read betterRicky Pai
2021-04-03Fix typosPaul Thomas
2021-03-29bgp: adjust to new CLI formatChristian Poessinger
BGP as number is no longer represented as a tag node on "protocols bgp <asn>" but rather is not represented as leafNode under "protocols bgp local-as <asn>"
2021-03-29Merge pull request #491 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2021-03-29Merge pull request #489 from mbaezner/interface-typo-fixRobert Göhler
Fixed interfcae to interface in dhcpv6 page
2021-03-29syntax correction in OSPF Over wireguard sectionsrividya0208
Corrected the syntax for wireguard interface commands wrt ospf
2021-03-29Github: update current branchrebortg
2021-03-28Fixed interfcae to interface in dhcpv6 pageMatthew Baezner
2021-03-23Merge pull request #486 from srividya0208/ospfv3_commandsDaniil Baturin
Correction of the syntax for "Interface Configuration" OSPFv3 section
2021-03-23Correction of the syntax for "Interface Configuration" OSPFv3 sectionsrividya0208
Modified the commands as per the latest rolling release.
2021-03-22Github: update current branchrebortg
2021-03-21isis: adjust to latest CLI changesChristian Poessinger
The previous tagNode was replaced with a regular node.
2021-03-18s/bootet/booted/ in Image Instalation docsShawn Wilsher
This appears to be a typo.
2021-03-19Merge pull request #479 from sever-sever/ansibleDaniil Baturin
Add ansible to doc
2021-03-18Merge pull request #480 from WilliamVangBinggeli/patch-1Daniil Baturin
Update install.rst
2021-03-18Add ansible to docsever-sever
2021-03-18configexamples: pppoe-ipv6-basic.rst: Replace diagramRamax Lo
Convert format of the diagram from png to jpg.
2021-03-17Update install.rstWilliamVangBinggeli
Very minor correction. I am sure VyOS tastes good, however the word "tested" should be used here.
2021-03-17configexamples: Add PPPoE IPv6 basic setupRamax Lo
Add new document on basic PPPoE IPv6 setup for home network.
2021-03-15Github: update current branchrebortg
2021-03-12more then welcome phrase is corrected as more than welcomeOguz Yilmaz
2021-03-11The last two numbers 10, 11 in Boot Steps are corrected as 9, 10 to follow ↵Oguz Yilmaz
the ordering of numbers. The ordering of boot steps is corrected in Troubleshooting/System Information/Boot Steps section. I have renumbered the last to number from 10, 11 to 9, 10.
2021-03-09examples: T3389: rename gre-bridge to gretapChristian Poessinger
2021-03-09Merge pull request #472 from marcomuskus/patch-1Christian Poessinger
Update IPoE section with new syntax
2021-03-10nat66: T2518: Modify configuration command use casejack9603301
The latest implementation modifies the configuration syntax of nat66 to fully support nat66 address translation (not prefix translation)
2021-03-08Update IPoE section with new syntaxMarco Muskus
2021-03-08Github: update current branchrebortg
2021-03-04Merge pull request #448 from bstepler/T3300Christian Poessinger
dhcp: T3300: add DHCP default route distance