| Age | Commit message (Collapse) | Author |
|
|
|
* Proofread bonding.rst
* Proofread bridge.rst
* Edit remaining files in /interfaces
* Fix line length lint errors
* Apply suggestions from code review
Co-authored-by: Daniil Baturin <daniil@baturin.org>
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* Initial proofread
* Fix indent in nat44.rst
* Fix line length lint errors
* Apply suggestion from @dmbaturin
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
vpp: T8354: Move 'ignore-kernel-routes' option out of resource-allocation section
|
|
section
|
|
|
|
* Initial proofread
* buffers.rst
* cpu.rst
* index.rst
* interface.rst
* proofread ipsec.rst
* Proofread ipv6, l2learn, lcp
* Proofread remaining files in /dataplane
* Fix line length lint errors
|
|
* T7513: DOC: VPP CGNAT Exclude Rule
* T7513: Doc CGNAT Exclude rule - fix linter errors
|
|
vpp: T8283: Move bonding interface from vpp section to 'interfaces vpp bonding'
|
|
* Proofread description.rst and requirements.rst
* Fixes indentation in aws.rst
* Update need_improvement.txt
* Edit limitations.rst
* Prooofread vpp/troubleshooting.rst
* Fix line length lint errors
* Fix additional line length errors
* Fix final line length errors
|
|
|
|
(#1775)
|
|
|
|
'resource-allocation' (#1773)
|
|
commands (#1772)
|
|
(#1768)
|
|
vpp: T8255: Update logging command to use `default-level`
|
|
|
|
|
|
|
|
|
|
Instead `vpp settings logging default-log-level` use
`vpp settings logging default-level` command.
|
|
|
|
|
|
|
|
vpp: fix bonding inreface examples #2
|
|
|
|
|
|
* vpp: T7972: Delete `nat44 no-forwarding` option from CLI
* vpp: T7972: Update docs/vpp/configuration/nat/nat44.rst
Co-authored-by: zdc <zdc@users.noreply.github.com>
---------
Co-authored-by: zdc <zdc@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
- 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
|
|
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".
|