From a1d046a346e9ec4d0f93cafb7ebf967f636edabe Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 May 2026 19:57:57 +0000 Subject: 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 --- docs/contributing/debugging.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/contributing') 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 -- cgit v1.2.3