Critical-review fixes: correct show uptime, rename syntax, and stale examples
Self-review of the wiki-update pass caught several factual errors and
fabricated sample outputs. Fixes:
- show uptime is daemon start-time + duration, not per-peer uptime.
Corrected in show-commands.md, peers.md verification section, and
command-reference.md (moved from Peers group to Daemon group).
- rename syntax is "rename <path> <old-key> to <new-key>" with a
mandatory "to" keyword (JunOS style), not "rename <path> <new-key>"
as previously documented in editor-workflow.md.
- Removed the unverified claim that rename preserves live session
state. rename is a config-tree operation; runtime reconcile behaviour
is implementation-dependent and was not checked.
- Added the insert ambiguity gotcha (values literally named first /
last / before / after collide with position keywords).
- Added the copy verb (deep-copy a list entry to a new key, same "to"
syntax as rename) -- previously undocumented.
- show interface brief / counters: dropped fabricated sample tables
and replaced with a description of the fields and command forms.
- Fixed stale peer syntax (remote { ip; as; }) inside code blocks on
pages this pass touched: redistribution.md, editor-workflow.md,
go-plugins.md, cli-tour.md. All now use the canonical
connection { remote { ip } } + session { asn } form.
- Replaced "leaf-pass" placeholder filter name in peers.md with
<filter-name>.
- gRPC Python example: simplified the import path to a generic form,
noting that the exact package layout depends on protoc invocation.
check-links.go reports all links OK. Broader stale peer syntax still
exists on pages not touched this pass (cli.md, bgp-rs.md, blueprints,
graceful-restart.md, rpki.md, etc.) -- out of scope for this cleanup
but flagged for a future sweep.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Document new CLI editor verbs and ops commands
editor-workflow.md: add an Editing list entries section covering the
new insert, rename, and deactivate/activate verbs. insert handles
ordered leaf-lists with first/last/before/after positions (main use
case: filter chains). rename renames a list entry in place preserving
all children. deactivate/activate add and remove the inactive: prefix
on a specific leaf-list value. Update the command reference table.
show-commands.md: add show uptime (all-peer uptime snapshot), show
interface brief and show interface <name> counters, and a
Connectivity tests section for resolve ping / resolve traceroute.
command-reference.md: add the new commands to the runtime table and
expand the ze resolve section with ping and traceroute flags.
Source commit: 7fcc8083 (main repo).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Flatten wiki to root directory for GitHub wiki compatibility
GitHub wiki resolves pages by filename in the root directory only.
Moved all 123 .md files from subdirectories to root. Renamed
configuration/interfaces.md to configuration-interfaces.md to avoid
collision with interfaces/interfaces.md. Fixed 8 image paths.
Subdirectories are now empty (images/ retained for assets).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>