| Age | Commit message (Collapse) | Author |
|
* Proofreading About and History
* Apply suggestions from code review
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Addressed comments on the About and History sections.
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* Proofread boot-options.rst
* Fix line length Markdown lint errors
* Proofread information.rst
* Update lastproofread date in information.rst
* Updated password-recovery.rst
* Proofread upgrade-recovery.rst
* Fix line length linting errors
* Proofread up to Empty 2+ Disk
* Complete proofread of raid.rst
* Update upgrade-recovery timeout explanation
* Fix header formatting
* Update docs/operation/boot-options.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add missing period in raid.rst
* Implement Copilot feedback
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0)
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
configuration example.
|
|
syslog: T4251: Rename "permitted-peers" to "permitted-peer"
|
|
* dhcp-server: T3936: Added support for DHCP Option 82
This commit adds support in both the CLI and the underlying code for
DHCP Option 82 to be used to filter/route DHCP address assignments.
The primary use case for this is to support enterprise switches which
can "tag" DHCP requests with physical real world informaiton such as
which switch first saw the request and which port it originated from
(known in this context as remote-id and circuit-id). Once
client-classes have been defined they can be assigned to subnets or
ranges so that only certain addresses get assigned to specific
requests.
There is also a corresponding code update which pairs with this
documentation change.
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
Adds new syntax documentation for https://github.com/vyos/vyos-1x/pull/4672
|
|
|
|
(#1712)
|
|
Update title to "VyOS rolling release (current)" to replace
the misleading "VyOS 1.5.x (circinus) documentation"
and keep wording consistent with other pages.
|
|
|
|
* Fix grammar in coverage.rst
* Update lastproofread date
|
|
Fix zebra route-map filter config example
|
|
|
|
|
|
|
|
|
|
- Renamed `permitted-peers` to `permitted-peer`.
- Added support for multiple `permitted-peer` entries.
|
|
vpp: T7801: Change log level from 'err' to 'error'
|
|
syslog: T4251: Fix documentation of TLS enablement logic for syslog
|
|
|
|
|
|
vpp: T938: Delete 'sample-rate' from vpp sflow CLI and add 'header-bytes'
|
|
readme: Update information about branches
|
|
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>
|
|
|
|
Added the interface LFA configuration commands documentation
in the protocol ISIS.
|
|
|
|
Add missed `Virtual-Template1` for LAC L2TP Cisco config example
|
|
vpp: T7897: Delete 'no-syscall-lock' option from xdp-options
|
|
|
|
- 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
|
|
Documented protocol, certificate, auth-mode, and permitted-peers
requirements for TLS configuration.
|
|
|
|
|
|
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>
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
Co-authored-by: Mila <lyudmila.ndl@gmail.com>
|
|
Co-authored-by: David Vølker <davvol@davvol.dk>
|
|
VPP: Kernel Tuning and Cosmetic Fixes
|
|
- Added exclude rules configuration description
- Clarified limitations for rules with ports and protocols
|
|
- 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
|
|
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".
|
|
Added firewall recommendations to the mDNS topic.
|
|
Fixed typos of the ESP group name in the IPsec documentation
|