summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-25Merge pull request #1201 from vyos/lldp-snmp-t5855Christian Breunig
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
2023-12-25snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"Christian Breunig
2023-12-25Github: update current branchrebortg
2023-12-22testing: fix typoChristian Breunig
2023-12-18Merge pull request #1188 from robertoberto/masterRobert Göhler
pyvyos python sdk
2023-12-18Merge pull request #1191 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-12-18Github: update current branchrebortg
2023-12-15+ pyvyos python sdk improved href at botoomRoberto Berto
2023-12-15+ pyvyos python sdk improved titlesRoberto Berto
2023-12-15+ pyvyos python sdkRoberto Berto
2023-12-15Merge pull request #1184 from vyos/t4020Christian Breunig
frr: T4020: document multiple per daemon config knobs
2023-12-15frr: T4020: document multiple per daemon config knobsChristian Breunig
2023-12-11Merge pull request #1179 from sever-sever/nat64Robert Göhler
NAT64: Add example of configuration for NAT64
2023-12-11Merge pull request #1182 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-12-11Merge pull request #1178 from aapostoliuk/T5688-2-circinusRobert Göhler
sstp: T5688: Fixed 'client-ip-pool' configuration in the example
2023-12-11Github: update current branchrebortg
2023-12-08NAT64: Add example of configuration for NAT64Viacheslav Hletenko
Add a simple description and example of NAT64
2023-12-08sstp: T5688: Fixed 'client-ip-pool' configuration in the exampleaapostoliuk
Fixed 'client-ip-pool' configuration in the example
2023-12-07Merge pull request #1176 from aapostoliuk/T5688-circunisRobert Göhler
accel-ppp: T5688: Changing CLI to create client address pool
2023-12-07Merge pull request #1175 from nicolas-fort/FWL_UPDATERobert Göhler
Firewall: update firewall bridge docs, and general diagram.
2023-12-07Merge pull request #1174 from srividya0208/minor_errorsRobert Göhler
"show ipv6 bgp" command is not available so replaced with show bgp ipv6
2023-12-07Merge pull request #1173 from aapostoliuk/T4704-circinusRobert Göhler
policy: T4704: Added set metric (MED) to (+/-)rtt in route-map
2023-12-07Merge pull request #1172 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-12-06Merge pull request #1169 from Cheeze-It/masterRobert Göhler
Add ISIS fast reroute documentation
2023-12-06Firewall: update firewall bridge docs, and general diagram. Add minor fix to ↵Nicolas Fort
ipv4 firewall doc, and update ipv6
2023-12-05accel-ppp: T5688: Changing CLI to create client address poolaapostoliuk
Changing CLI to create client address pool
2023-12-04"show ipv6 bgp" command is not available so replaced with show bgp ipv6srividya0208
2023-12-04policy: T4704: Added set metric (MED) to (+/-)rtt in route-mapaapostoliuk
Added set metric (MED) to (+/-)rtt in route-map
2023-12-04Github: update current branchrebortg
2023-12-03Add ISIS fast reroute documentationCheeze_It
Adding basic descriptions of ISIS fast reroute documentation. Sadly it's sparse because FRR didn't really document it very deeply. But we'll get more as time goes on.
2023-12-02vpn: update site2site VTI exampleChristian Breunig
2023-11-30fix build and ref warningsrebortg
2023-11-29Merge pull request #1162 from nicolas-fort/RemoveLegacyRobert Göhler
Firewall: Remove <Legacy> firewall documentation from current branch.…
2023-11-29Merge pull request #1167 from vyos/update-dependencies-masterRobert Göhler
Github: update current branch
2023-11-27Firewall: Remove <Legacy> firewall documentation from current branch. 1.5 ↵Nicolas Fort
was born with new firewall structure, so no need to include this information.
2023-11-27Github: update current branchrebortg
2023-11-26Merge branch 'master' of github.com:vyos/vyos-documentationrebortg
2023-11-26add sagitta to github action for realeasnotes and submodulesrebortg
2023-11-24ipsec: gre: use dummy interface in example over loopbackChristian Breunig
2023-11-24Merge pull request #1128 from mkorobeinikov/masterRobert Göhler
Ansible example article
2023-11-24Merge pull request #1161 from sever-sever/api-endpointsRobert Göhler
HTTP API add reboot and poweroff endpoints example
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.