From 9a31910526d71843c15db9bec3f1af262dd4d93b Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 8 May 2026 10:08:16 -0400 Subject: [PATCH] fix formatting to make my OCD feel better about itself; --- docs/TN.1000 - Network Stack Technical Documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/TN.1000 - Network Stack Technical Documentation.md b/docs/TN.1000 - Network Stack Technical Documentation.md index 84fa515c..0a137e54 100644 --- a/docs/TN.1000 - Network Stack Technical Documentation.md +++ b/docs/TN.1000 - Network Stack Technical Documentation.md @@ -939,12 +939,12 @@ The RPTC configuration uses a nested JSON structure with three main object group "port": 0 // REST API port }, - "peerClass": 2, // Canonical peer connection class enum + "peerClass": 2, // Canonical peer connection class enum - "externalPeer": false, // Legacy compatibility flag for neighbor peers + "externalPeer": false, // Legacy compatibility flag for neighbor peers "conventionalPeer": false, // Conventional (non-trunked) mode (optional) - "sysView": false, // Legacy compatibility flag for SysView peers - "consolePeer": false, // Reporting flag for console peers + "sysView": false, // Legacy compatibility flag for SysView peers + "consolePeer": false, // Reporting flag for console peers "software": "string" // Software identifier (optional) } ```