summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2025-10-22 haproxy: T7906: Probing of a port other than the one to which normal ↵Alexandr K.
traffic is sent (#1697) * haproxy: T7906: Probing of a port other than the one to which normal traffic is sent Add support for specifying a custom health check port for HAProxy backend servers. This allows health probes to target a dedicated endpoint - such as port 8080 - separate from normal traffic ports (e.g., 80 or 443). * Fix article usage --------- Co-authored-by: Daniil Baturin <daniil@baturin.org>
2025-10-20isis: T7722: Added the interface LFA configuration commands (#1692)aapostoliuk
Added the interface LFA configuration commands documentation in the protocol ISIS.
2025-10-20vpp: T938: Delete 'sample-rate' from vpp sflow CLI and add 'header-bytes'Nataliia Solomko
2025-10-17Add Virtual-Template1 configuration for LAC L2TPViacheslav Hletenko
Add missed `Virtual-Template1` for LAC L2TP Cisco config example
2025-10-14vpp: T7897: Delete 'no-syscall-lock' option from xdp-optionsNataliia Solomko
2025-10-13cla: Add CLA references and instructions (#1690)zdc
- Added a dedicated page describing the process of signing the CLA - Added references to this page on documents explaining how to submit code and documentation changes
2025-10-02syslog: T4251: Add documentation for syslog TLS configuration (#1686)Alexandr K.
Documented protocol, certificate, auth-mode, and permitted-peers requirements for TLS configuration.
2025-09-29bgp: T7760: remove per vrf instance system-as node (#1675)Christian Breunig
2025-09-29intallation: made modifications to install & update page (#1688)srividya0208
2025-09-25vpp: Enhanced memory, buffers, and CGNAT documentation, added ↵zdc
troubleshooting (#1687) * vpp: Enhanced memory and buffer configuration documentation - Added physmem configuration section with practical examples and troubleshooting - Clarified relationship between physmem and buffer allocation with cross-references - Improved VPP logging documentation with detailed log location descriptions - Fixed formatting issues in system configuration * vpp: Added CGNAT memory requirements Expanded CGNAT settings page with information about: - Memory requirements - Hardcoded simultaneous sessions limit * vpp: Added troubleshooting page Added page with basic steps for troubleshooting: - Capturing packets (PCAP) - Tracing packets - Additional diagnostics information from VPP - Automatic collection of most details with Python script --------- Co-authored-by: Daniil Baturin <daniil@baturin.org>
2025-09-22vpp: T7805: Delete 'default-hugepage-size' from memory section (#1685)Nataliia S.
2025-09-18vrf: fix typo (#1681)Peter Lehmann
2025-09-18VPP: Syntax fixes and improvements (#1683)zdc
* VPP: Fixed syntax on vpp/dataplane/buffers.rst - Fixed sections levels markers - Fixed a list in `buffers-per-numa` section * vpp: Expanded DPDK options description in interface settings - Added more details about `num-tx-queues` calculations. - Fixed section marks on the `configuration/dataplane/interface.rst` page.
2025-09-18Removing extra empty code block (#1684)jsinme
2025-09-15op-mode:T3477: Correction of reset command syntax as per latest (#1676)srividya0208
2025-09-15Add new section: Recovery after Failed Upgrades (#1671)Mila-Nad
Co-authored-by: Mila <lyudmila.ndl@gmail.com>
2025-09-15kea: T6211: add VRF support for KEA dhcp server (#1637)David Vølker
Co-authored-by: David Vølker <davvol@davvol.dk>
2025-09-13VPP: Updated NAT44 configuration pagezdc
- Added exclude rules configuration description - Clarified limitations for rules with ports and protocols
2025-09-11VPP: Kernel Tuning and Cosmetic Fixeszdc
- Added missing Kernel Tuning section in system settings for VPP - Fixed inconsistent section hierarchy in NAT44 configuration documentation - Fixed lost `netlink` from configuration commands in LCP settings - Clarified CPU settings logic
2025-09-04Merge pull request #1679 from zdc/vpp-currentChristian Breunig
VPP: Add comprehensive VPP documentation
2025-09-04VPP: Add comprehensive VPP documentationzdc
This commit introduces extensive documentation for VyOS VPP (Vector Packet Processing) Dataplane interfaces and features, including examples. Features documented: * VPP integration description, base requirements and limitations * VPP dataplane core settings * Features enabled in the dataplane: ACL, IPsec, NAT, sFlow * VPP interface types: bonding, bridge, GRE, IPIP, kernel, loopback, VXLAN, XConnect Note: This is an initial documentation version that will require ongoing improvements based on user feedback and questions, real-world deployment testing and validation, additional use cases and configuration scenarios discovered in production. Therefore, all pages are marked as "need improvement".
2025-08-26Added firewall recommendations to the mDNS topic (#1669)aapostoliuk
Added firewall recommendations to the mDNS topic.
2025-08-07Fixed typos of the ESP group name in the IPsec documentation (#1665)aapostoliuk
Fixed typos of the ESP group name in the IPsec documentation
2025-08-04Added IPSec blueprints with Cisco and PA (#1664)aapostoliuk
Added blueprint Policy-based Site-to-Site IPsec VPN with Cisco IOS. Added blueprint Route-based Site-to-Site IPsec VPN with Cisco IOS. Added blueprint Route-based Site-to-Site IPsec VPN with Palo Alto.
2025-07-31Merge pull request #1654 from vyos/c-po-patch-1Christian Breunig
container: T7403: add "force" option to "delete container image"
2025-07-24ipsec: T7504: Added retransmission documentation (#1661)aapostoliuk
Added retransmission documentation Co-authored-by: aapostoliuk <aapostoliuk@vyos.io>
2025-07-21add prefix-list6 config example (#1656)Adam Korab
2025-07-03Updated site-to-site IPsec VPN documentation (#1653)aapostoliuk
Added general theoretical IPsec documentation. Changed site-to-site IPsec VPN documentation. Added steps for configuration. Added documentation for troubleshooting site-to-site IPsec VPN.
2025-07-01container: T7403: add "force" option to "delete container image"c-po-patch-1Christian Breunig
2025-06-26Correction of firewall syntax in multiple pages (#1651)srividya0208
2025-06-26Container: T7473: update document for the log-driver (#1639)opswill
2025-06-26DHCP HA : modified the option `name` definition which is incorrectly written ↵srividya0208
(#1645)
2025-06-20T7531: Add documentation for no-ipv6-auto-rafactor2431
2025-06-17zebra: T7349: Added FRR ip import-table x feature (#1643)aapostoliuk
Added FRR ip import-table x feature to import routes from non-main kernel table.
2025-06-12Expanded the OpenVPN information and added examples (#1644)srividya0208
2025-06-05T3955: add commit-confirm example (#1642)John Estabrook
2025-05-29Merge pull request #1628 from 991jo/policy-vrf-and-fwmarkViacheslav Hletenko
policy: added set vrf and mark matching documentation
2025-05-29Merge pull request #1641 from vyos/ssh-caChristian Breunig
ssh: T6013: add example how to use a CA for system login
2025-05-29ssh: T6013: add example how to use a CA for system loginssh-caChristian Breunig
2025-05-28T7498: add example of merge and of passing config in body of requestJohn Estabrook
2025-05-20Merge pull request #1635 from vyos/T1771Christian Breunig
T1771: automatic reboot of system into previous image
2025-05-19Fixed documentation about CoA in Accel-PPP servicesaapostoliuk
Fixed documentation about CoA in Accel-PPP services
2025-05-17T1771: automatic reboot of system into previous imageT1771Christian Breunig
2025-05-12Merge pull request #1634 from markh0338/remote-group-docsChristian Breunig
T7386: firewall: update remote-group docs to support IPv6
2025-04-30session: T6696: Document reset session CLI change (#1630)Ryan Zuwala
The command clear session has changed to reset session since it is a disruptive change. Document this as a CLI example
2025-04-29T7382: adds container log driver option (#1625)Nicolas Vollmar
2025-04-29T7386: firewall: update remote-group docs to allow IPv6Mark
2025-04-29failover: Added additional information about health checks (#1629)aapostoliuk
Added additional information about health checks
2025-04-29router-advert: T7380: auto-ignore documentation (#1626)Ryan Zuwala
Add documentation for new auto-ignore prefixes feature
2025-04-29firewall: improve zone-based firewall docs (#1622)Ben Woods