3035 Commits

Author SHA1 Message Date
Viacheslav Hletenko
2b49f76700
Merge pull request #1698 from natali-rs1985/T7801
vpp: T7801: Change log level from 'err' to 'error'
2025-10-25 13:49:14 +03:00
Oleksandr Kuchmystyi
a271d322e2
syslog: T4251: Fix documentation of TLS enablement logic for syslog 2025-10-24 15:01:35 +03:00
Nataliia Solomko
b84bd22bbf vpp: T7801: Change log level from 'err' to 'error' 2025-10-24 12:47:42 +03:00
Viacheslav Hletenko
0cd19d99a4
Merge pull request #1694 from natali-rs1985/T7938
vpp: T938: Delete 'sample-rate' from vpp sflow CLI and add 'header-bytes'
2025-10-23 12:51:47 +03:00
Alexandr K.
952837766d
haproxy: T7906: Probing of a port other than the one to which normal 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-22 09:12:13 +01:00
aapostoliuk
93545cfbc8
isis: T7722: Added the interface LFA configuration commands (#1692)
Added the interface LFA configuration commands documentation
in the protocol ISIS.
2025-10-20 12:55:42 +01:00
Nataliia Solomko
0ec6852cfb vpp: T938: Delete 'sample-rate' from vpp sflow CLI and add 'header-bytes' 2025-10-20 14:21:26 +03:00
Viacheslav Hletenko
ebb33be3c3
Add Virtual-Template1 configuration for LAC L2TP
Add missed `Virtual-Template1` for LAC L2TP Cisco config example
2025-10-17 21:14:56 +03:00
Nataliia Solomko
bfd52adf33 vpp: T7897: Delete 'no-syscall-lock' option from xdp-options 2025-10-14 18:47:03 +03:00
zdc
32c1cae961
cla: Add CLA references and instructions (#1690)
- 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-13 15:55:48 +01:00
Alexandr K.
7bed50c205
syslog: T4251: Add documentation for syslog TLS configuration (#1686)
Documented protocol, certificate, auth-mode, and permitted-peers
requirements for TLS configuration.
2025-10-02 13:20:28 +01:00
Christian Breunig
c0617a38d6
bgp: T7760: remove per vrf instance system-as node (#1675) 2025-09-29 13:25:29 +01:00
srividya0208
ff8f11a1b7
intallation: made modifications to install & update page (#1688) 2025-09-29 13:05:48 +01:00
zdc
6b2e69a687
vpp: Enhanced memory, buffers, and CGNAT documentation, added 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-25 12:44:23 +01:00
Nataliia S.
9da339ebf8
vpp: T7805: Delete 'default-hugepage-size' from memory section (#1685) 2025-09-22 13:45:18 +01:00
Peter Lehmann
a980b27826
vrf: fix typo (#1681) 2025-09-18 11:45:36 +01:00
zdc
59fcd64fd8
VPP: Syntax fixes and improvements (#1683)
* 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-18 11:31:28 +01:00
jsinme
087ed8b5d9
Removing extra empty code block (#1684) 2025-09-18 11:19:38 +01:00
srividya0208
4f5b0e60ea
op-mode:T3477: Correction of reset command syntax as per latest (#1676) 2025-09-15 11:36:50 +01:00
Mila-Nad
33d5f76317
Add new section: Recovery after Failed Upgrades (#1671)
Co-authored-by: Mila <lyudmila.ndl@gmail.com>
2025-09-15 10:47:51 +01:00
David Vølker
44113897d3
kea: T6211: add VRF support for KEA dhcp server (#1637)
Co-authored-by: David Vølker <davvol@davvol.dk>
2025-09-15 10:16:18 +01:00
zdc
7e02e4ff3f
VPP: Updated NAT44 configuration page
- Added exclude rules configuration description
- Clarified limitations for rules with ports and protocols
2025-09-13 14:49:19 +03:00
zdc
c125f5bb0a
VPP: Kernel Tuning and Cosmetic Fixes
- 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-11 12:22:33 +03:00
Christian Breunig
7bf883d61b
Merge pull request #1679 from zdc/vpp-current
VPP: Add comprehensive VPP documentation
2025-09-04 21:32:29 +02:00
zdc
00faafed96
VPP: Add comprehensive VPP documentation
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-09-04 19:02:26 +03:00
aapostoliuk
4081daff9c
Added firewall recommendations to the mDNS topic (#1669)
Added firewall recommendations to the mDNS topic.
2025-08-26 16:35:49 +01:00
aapostoliuk
dff952a88b
Fixed typos of the ESP group name in the IPsec documentation (#1665)
Fixed typos of the ESP group name in the IPsec documentation
2025-08-07 15:42:57 +01:00
aapostoliuk
cf658a4b98
Added IPSec blueprints with Cisco and PA (#1664)
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-08-04 11:21:26 +01:00
Christian Breunig
d8510b7820
Merge pull request #1654 from vyos/c-po-patch-1
container: T7403: add "force" option to "delete container image"
2025-07-31 17:29:57 +02:00
aapostoliuk
f39b25611e
ipsec: T7504: Added retransmission documentation (#1661)
Added retransmission documentation

Co-authored-by: aapostoliuk <aapostoliuk@vyos.io>
2025-07-24 15:29:39 +01:00
Adam Korab
5507e1855d
add prefix-list6 config example (#1656) 2025-07-21 12:41:32 +01:00
aapostoliuk
a973ead642
Updated site-to-site IPsec VPN documentation (#1653)
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-03 15:54:26 +01:00
Christian Breunig
1f5ad605bc container: T7403: add "force" option to "delete container image" 2025-07-01 21:51:36 +02:00
srividya0208
711d71329f
Correction of firewall syntax in multiple pages (#1651) 2025-06-26 10:12:41 +01:00
opswill
1772d6700d
Container: T7473: update document for the log-driver (#1639) 2025-06-26 10:10:58 +01:00
srividya0208
2b0d8189cd
DHCP HA : modified the option name definition which is incorrectly written (#1645) 2025-06-26 10:09:10 +01:00
factor2431
102eb9d462
T7531: Add documentation for no-ipv6-auto-ra 2025-06-20 18:27:33 +08:00
aapostoliuk
4b96361fcb
zebra: T7349: Added FRR ip import-table x feature (#1643)
Added FRR ip import-table x feature to import routes from non-main
kernel table.
2025-06-17 08:21:38 +01:00
srividya0208
fcbe40c5d2
Expanded the OpenVPN information and added examples (#1644) 2025-06-12 13:00:03 +01:00
John Estabrook
224f4e065b
T3955: add commit-confirm example (#1642) 2025-06-05 12:12:21 +01:00
Viacheslav Hletenko
8ce433c4d5
Merge pull request #1628 from 991jo/policy-vrf-and-fwmark
policy: added set vrf and mark matching documentation
2025-05-29 23:10:21 +03:00
Christian Breunig
bfa8a806ee
Merge pull request #1641 from vyos/ssh-ca
ssh: T6013: add example how to use a CA for system login
2025-05-29 20:17:01 +02:00
Christian Breunig
f5ee81a3bb ssh: T6013: add example how to use a CA for system login 2025-05-29 14:19:13 +02:00
John Estabrook
24fdb086d8 T7498: add example of merge and of passing config in body of request 2025-05-28 17:29:59 -05:00
Christian Breunig
60b8d8d64e
Merge pull request #1635 from vyos/T1771
T1771: automatic reboot of system into previous image
2025-05-20 16:27:19 +02:00
aapostoliuk
66ab01fe46 Fixed documentation about CoA in Accel-PPP services
Fixed documentation about CoA in Accel-PPP services
2025-05-19 12:29:30 +03:00
Christian Breunig
6cfd337b8e T1771: automatic reboot of system into previous image 2025-05-17 15:57:37 +02:00
Christian Breunig
835a750a72
Merge pull request #1634 from markh0338/remote-group-docs
T7386: firewall: update remote-group docs to support IPv6
2025-05-12 20:49:41 +02:00
Ryan Zuwala
2db8434340
session: T6696: Document reset session CLI change (#1630)
The command clear session has changed to reset session since it
is a disruptive change. Document this as a CLI example
2025-04-30 12:26:50 +01:00
Nicolas Vollmar
67341f4d68
T7382: adds container log driver option (#1625) 2025-04-29 15:35:42 +01:00