diff options
| author | Claude <noreply@anthropic.com> | 2026-05-11 19:57:57 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-11 19:57:57 +0000 |
| commit | a1d046a346e9ec4d0f93cafb7ebf967f636edabe (patch) | |
| tree | b74e0f9603f2fff6b0b8112cd7220109f8c8236c /docs/contributing/debugging.md | |
| parent | 0d36eb00147b364c67791f5382f7591db04ddecf (diff) | |
| download | vyos-documentation-a1d046a346e9ec4d0f93cafb7ebf967f636edabe.tar.gz vyos-documentation-a1d046a346e9ec4d0f93cafb7ebf967f636edabe.zip | |
docs: hard-wrap pre-existing long prose lines to satisfy doc-linter
scripts/doc-linter.py enforces an 80-character limit outside fenced code
blocks and treats any finding as a failure. Wrap long paragraphs in
files that this PR touched so CI passes:
- docs/configuration/protocols/ospf.md: wrap the WireGuard cost note.
- docs/configuration/protocols/traffic-engineering.md: wrap the IS-IS/
OSPF note.
- docs/contributing/debugging.md: wrap the Phabricator paragraph, and
guard the long [bootchart.conf]/[vyatta-cfg] link references at EOF
with `% stop_vyoslinter`/`% start_vyoslinter`.
- docs/vpp/configuration/ipsec.md: wrap the integration, requirements,
algorithm, ACL, VTI example, troubleshooting paragraphs.
Pure reformatting; no semantic changes.
https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
Diffstat (limited to 'docs/contributing/debugging.md')
| -rw-r--r-- | docs/contributing/debugging.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/contributing/debugging.md b/docs/contributing/debugging.md index f31fb8f3..07dd80a4 100644 --- a/docs/contributing/debugging.md +++ b/docs/contributing/debugging.md @@ -164,8 +164,8 @@ The file `/tmp/foo` contains the migrated configuration. ### Configuration Error on System Boot Running the latest rolling releases sometimes exposes bugs due to edge cases -missed in design. File these bugs via [Phabricator](https://vyos.dev/), but you can help narrow -down the issue by following these steps: +missed in design. File these bugs via [Phabricator](https://vyos.dev/), but +you can help narrow down the issue by following these steps: 1. Log in to your VyOS system. 2. Enter configuration mode: `configure` @@ -200,5 +200,9 @@ To debug priority issues or see script execution order, use the `/opt/vyatta/sbin/priority.pl` script, which lists the execution order of scripts. +% stop_vyoslinter + [bootchart.conf]: https://github.com/vyos/vyos-build/blob/current/data/live-build-config/includes.chroot/etc/systemd/bootchart.conf [vyatta-cfg]: https://github.com/vyos/vyatta-cfg + +% start_vyoslinter |
