summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-11-24HTTP API add reboot and poweroff endpoints exampleViacheslav Hletenko
2023-11-23Merge pull request #1160 from tooeffayy/circinus-mdns-example-fixRobert Göhler
Fix mDNS documentation to correct Example issue
2023-11-22Merge pull request #1155 from vyos/t5753-vxlan-vnifilterChristian Breunig
vxlan: T5753: add support for VNI filtering
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
2023-11-21Fix mDNS documentation to correct Example issuetooeffayy
2023-11-21Merge pull request #1157 from vyos/t5760-dhcp-user-classRobert Göhler
dhcp-client: T5760: add CLI option to pass user-class parameter
2023-11-21Merge pull request #1156 from greenpsi/wireguard-pki-updateRobert Göhler
Update wireguard pki command syntax
2023-11-21Merge pull request #1159 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-11-21http: T5762: api: make API socket backend communication the one and only defaultChristian Breunig
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy.
2023-11-20Github: update current branchrebortg
2023-11-19T2405: add Git support to commit-archiveChristian Breunig
2023-11-19dhcp-client: T5760: add CLI option to pass user-class parameterChristian Breunig
2023-11-18vxlan: T5753: add support for VNI filteringChristian Breunig
2023-11-17Update wireguard pki command syntaxgreenpsi
2023-11-16Merge pull request #1154 from blex2/patch-1Robert Göhler
Update quick-start.rst
2023-11-16Merge pull request #1153 from greenpsi/nat-updateRobert Göhler
Nat update
2023-11-16Merge pull request #1152 from glaubway/update-command-scriptingRobert Göhler
Update script ex with the correct "source" syntax
2023-11-16Merge pull request #1150 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-11-16correct version in templaterebortg
2023-11-16add 1.5 version to 404 pagerebortg
(cherry picked from commit 14e90781051ce8ad37201aadef8f9e2869f6100e)
2023-11-16Bump version to 1.5Christian Breunig
2023-11-16Update quick-start.rstblex2
tryed document with rolling release 1.5 and had some problems with commands that changed. I adopted the changes here to reflect how I got it on the rolling releae without parse errors
2023-11-16Nat updategreenpsi
Update some nat commands to new syntax
2023-11-15Update script ex with the correct "source" syntaxglaubway
2023-11-15Merge pull request #1151 from vyos/frr-pim-T5733Christian Breunig
pim: igmp: T5733: adjust to latest CLI syntax
2023-11-13pim: igmp: T5733: adjust to latest CLI syntaxChristian Breunig
2023-11-13Update flowtables.rstRobert Göhler
2023-11-13Github: update current branchrebortg
2023-11-12Merge pull request #1144 from nicolas-fort/fwall-nat-updateRobert Göhler
Fwall nat update
2023-11-12Update flowtables.rstRobert Göhler
2023-11-12Merge pull request #1147 from indrajitr/avahi-docRobert Göhler
mdns: T5227, T5615, T5719: Update mDNS documentation for additional options
2023-11-12Merge pull request #1145 from josenj/masterRobert Göhler
Small document changes.
2023-11-10Ansible example articlemkorobeinikov
An example of how to set up Ansible and VyOS.
2023-11-09mdns: T5227, T5615, T5719: Update mDNS documentation for additional optionsIndrajit Raychaudhuri
Add mdns repeater docs for additional conf-mode and op-mode options.
2023-11-09Merge pull request #1146 from srividya0208/minor_errorsDaniil Baturin
correction of typos
2023-11-09correction of typossrividya0208
2023-11-08Changed 'set' command to appear the same as other commandsjose
2023-11-08Spelling correctionjose
2023-11-08Firewall Update: improve documentation and split file for better experience ↵Nicolas Fort
while reading. Add brief notes regarding Flowtables and Bridge firewall, leaving a note that those documents are still under development. New explanation for Netfilter based firewall, which includes new diagrams.
2023-11-07Merge pull request #1127 from JeffWDH/masterRobert Göhler
Update ssh.rst
2023-11-07Merge pull request #1138 from Harliff/patch-2Robert Göhler
Update build-vyos.rst (separate "saggita" from "current")
2023-11-06Github: update current branchrebortg
2023-11-02Update build-vyos.rstHarliff
Since "saggita" is no more current branch and links to the "current" pointed to "ciriunus" branch now, I've replaced "current" branch links to "saggita", so 1.4 can be built.
2023-11-01Update nat and firewall docs. Re-add zone and update several things.Nicolas Fort
2023-10-31Github: update current branchrebortg
2023-10-31Merge pull request #1133 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-10-31T5699: vxlan: migrate "external" CLI know to "parameters external"Christian Breunig
2023-10-30Github: update current branchrebortg
2023-10-29Add "monitor log ssh" and "monitor log ssh dynamic-protection"JeffWDH
2023-10-28vxlan: T5668: add CLI knob to enable ARP/ND suppressionChristian Breunig