docs(wiki): sync wiki with 64d4a22..260623a (6 commits)
Mirror the docs/ code-accuracy refresh into the wiki and verify every changed
claim against bin/ze --plugins, the YANG schema, and the Makefile.
Updated 18 pages covering:
- Reframed "Ze is not a router" / "not a routing suite" (why-ze, what-is-ze):
Ze now has FIB pipeline, static/connected/kernel redistribution, policy
routing, MPLS FIB, BFD, LDP, RSVP-TE, IPsec/IKE, L2TP, PPPoE in tree.
- Removed stale "missing feature" rows now shipped (BMP, BFD, AIGP, private-AS
removal, FIB, gRPC) and reworded confederation to match the code.
- Corrected plugin registration names to match the registry: role -> bgp-role,
filter-community -> bgp-filter-community, sysrib -> rib (catalogue contexts),
iface -> interface (catalogue), rsvpte -> rsvp-te, flowexport -> flow-export,
static-routes -> static, traffic-control -> traffic.
- Plugin count corrected to 65 (verified via bin/ze --plugins).
- Filter block: redistribution { } -> filter { } in architecture.md.
- Added the show host platform command (cli, command-reference, host-inventory).
- Fixed a false "Ze does not do AS-path regex" claim (bgp-filter-aspath exists).
- Regenerated llms-full.txt; bumped .source-commit to 260623a.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove invented --text flag from show host commands
The show host handler returns JSON with no flags. The --text flag
does not exist in the code. Removed from cli, command-reference,
and host-inventory pages.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Resolve all remaining wiki issues
New pages: bgp-rr (route reflector), bgp-filter-prefix (prefix-list),
bgp-filter-aspath (AS-path regex), bgp-route-modify (attribute
modifier), bgp-redistribute (cross-protocol redistribution),
host-inventory (hardware detection, SMART, tuning). Resolves all 6
broken sidebar links.
Fixes: redistribute syntax uses destination nesting in static-routes
and l2tp. Policy routing CLI corrected to show policy list/chain (not
policy show). gen-llms-txt.go strips bold, link, and code markdown
from descriptions. deprecated-options notes plaintext-password
auto-hashing. performance lists all 8 benchmark DUTs including
OpenBGPd.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>