| Age | Commit message (Collapse) | Author |
|
* chore: add TODO markers for 12 files needing cfgcmd/opcmd conversion
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: fill TBD placeholder in flow-accounting, remove TBD in static routes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: add stub admonitions to 3 minimal pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: replace non-RFC IP addresses and suppress false positives in linter
Replace public IPs with RFC 5737 documentation addresses and add
stop/start_vyoslinter markers for false positives (MAC addresses,
OIDs, NAT64 well-known prefix).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: replace remaining non-RFC IPs and suppress MAC address false positive
- Replace 8.8.8.8 (Google DNS) with 192.0.2.1 (RFC 5737) in:
- docs/configexamples/ansible.rst (3 occurrences)
- docs/configexamples/nmp.rst (1 occurrence)
- docs/automation/terraform/terraformvSphere.rst (1 occurrence)
- Wrap SHA-256 certificate fingerprint in openvpn-examples.rst with
stop_vyoslinter/start_vyoslinter to suppress false-positive IPv6 flag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: wrap long lines to comply with 80-char line length limit
Wrapped prose content exceeding 80 characters in 9 documentation files.
Only RST prose and directive content was modified; code block contents
were left untouched as they are exempt from the linter.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: wrap 2 remaining long lines for linter compliance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: suppress linter for long URL reference in terraformvSphere.rst
* fix: address Copilot review suggestions — broken links, typos, YAML indentation
- Fix broken inline RST links split across lines in sysctl.rst, eve-ng.rst,
oracle.rst (stub notes with VyOS documentation repository link)
- Fix YAML indentation in both playbook code blocks in ansible.rst
- Fix typo "VyoS" -> "VyOS" in ansible.rst
- Fix typo "desition" -> "decision" in terraformvSphere.rst
- Fix 4 occurrences of "Terrafom" -> "Terraform" in terraformvSphere.rst
- Fix :doc: role split across two lines in openvpn-examples.rst
- Wrap long paragraph in openconnect.rst to <=80 chars and remove
unnecessary stop/start_vyoslinter markers
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: resolve remaining linter failures — long lines and OID false positive
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: revert 8.8.8.8 replacements, use stop_vyoslinter instead
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
|
|
Co-authored-by: Christian Breunig <christian@breunig.cc>
Co-authored-by: Viacheslav Hletenko <seversss265@gmail.com>
|
|
* DOC: Proofreading login.rst
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* DOC: Proofreading syslog.rst section
* DOC: Add a new paragraph to syslog.rst
|
|
syslog: T4251: Rename "permitted-peers" to "permitted-peer"
|
|
|
|
- Renamed `permitted-peers` to `permitted-peer`.
- Added support for multiple `permitted-peer` entries.
|
|
|
|
Documented protocol, certificate, auth-mode, and permitted-peers
requirements for TLS configuration.
|
|
Added FRR ip import-table x feature to import routes from non-main
kernel table.
|
|
|
|
|
|
|
|
- Document "port" config option
- Further explain "format include-timezone"
- Further explain "format octet-counted"
|
|
|
|
messages (#1604)
* syslog: T6989: add CLI command to disable periodic injection of mark messages
* Update docs/configuration/system/syslog.rst
Co-authored-by: Daniil Baturin <daniil@vyos.io>
---------
Co-authored-by: Daniil Baturin <daniil@vyos.io>
|
|
`tacas` is used instead of `tacacs` in the CLI examples.
|
|
syslog: T6989: upgrade CLI to latest version
|
|
|
|
|
|
Revert "T6719: document local host name config option"
|
|
Netflow: add warning message
|
|
lot of traffic.
|
|
|
|
|
|
|
|
|
|
|
|
Make it clear the user has to append their OTP token
to their password.
|
|
|
|
|
|
|
|
Lower available CPU C states to a minimum if this option set. This will set
Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1".
|
|
login: T5972: add possibility to disable individual local user accounts
|
|
|
|
|
|
|
|
|
|
If we configure "update-check url" we can use `latest` option
to update system image.
```
add system image latest
```
|
|
Documentation pdate for https://github.com/vyos/vyos-1x/pull/2718
|
|
ignore rules, since both ipv4 and ipv6 rules are supported.
|
|
Add an example of online checking for updates
```
set system update-check auto-check
set system update-check url <url>
```
|
|
|
|
"show ipv6 bgp" command is not available so replaced with show bgp ipv6
|
|
|
|
|
|
RADIUS and TACACS configuration examples were added.
Also mentioned if there is no connection between VyOS and RADIUS/TACACS servers users need to use local accounts for authentication.
|
|
|