summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-16vrf: remove hint about "needs testing"Christian Poessinger
2021-04-16vrf: dynamic routing is now supported - document thisChristian Poessinger
2021-04-14Merge pull request #510 from sdwilsh/patch-2Robert Göhler
Fix DHCP address syntax
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-12Merge pull request #506 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
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-12Merge pull request #504 from srividya0208/T3458Daniil Baturin
T3458:tunnel interface:added GRETAP section
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-09Merge pull request #503 from DmitriyEshenko/patch-23Daniil Baturin
Add missing `ipv6 allow` option to enable IPv6 modules
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-07Merge pull request #501 from rickypai/patch-1Robert Göhler
Small grammatical changes to installation guide
2021-04-05Small grammatical changes to installation guideRicky Pai
2021-04-05Merge pull request #500 from scj643/masterChristian Poessinger
interfaces: dhcp-client: T3454: add reject option
2021-04-05interfaces: dhcp-client: T3454: add reject optionCharles Surett
2021-04-05documentation guide - update grammarRicky Pai
2021-04-05Merge pull request #496 from rickypai/patch-2Christian Poessinger
Style changes to wireguard documentation
2021-04-05Github: update current branchrebortg
2021-04-04Style changes to wireguard documentationRicky Pai
2021-04-05Merge pull request #495 from rickypai/patch-1Daniil Baturin
fix command for deleting wireguard keypair
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-04Merge pull request #493 from padath/fix-config-firewall-typosDaniil Baturin
Fix typos in configuration/firewall
2021-04-03Edit sentence on public/private key pair to make it read betterRicky Pai
2021-04-03Fix typosPaul Thomas
2021-03-29Merge pull request #492 from c-po/masterChristian Poessinger
bgp: adjust to new CLI format
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-29Merge pull request #488 from srividya0208/ha/ospfRobert Göhler
syntax correction in OSPF Over wireguard section
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-22Merge pull request #484 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2021-03-22Github: update current branchrebortg
2021-03-21Merge pull request #482 from c-po/masterChristian Poessinger
isis: adjust to latest CLI changes
2021-03-21isis: adjust to latest CLI changesChristian Poessinger
The previous tagNode was replaced with a regular node.
2021-03-19Merge pull request #481 from sdwilsh/patch-1Robert Göhler
s/bootet/booted/ in Image Instalation docs