We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix: correct CLI tool name, AS-PATH format, SRv6/MUP syntax, validate command versions - exabgpcli → exabgp-cli (13 files, matches pyproject.toml entry point) - AS-PATH JSON: string format → structured object with element/value - SRv6: End.DT6 named constant → hex integer (0x48) with structure array - MUP: invented syntax → actual mup-isd/dsd/t1st/t2st with rd parameter - validate: split 5.x (exabgp validate) vs 6.x (exabgp configuration validate) - --debounce: removed incorrect value argument (is boolean flag) - Added --env-file / EXABGP_ENVFILE migration section - Added verification comments with code file references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: Comprehensive wiki audit and modernization - Remove AI-authored disclaimers from all 97 pages - Update install instructions: pip3 → pipx/uv - Fix CLI commands: exabgp --version → exabgp version, etc. - Fix env var naming: underscore → dot format (canonical) - Rewrite FAQ from personal voice to professional reference - Rewrite Design.md with async reactor coverage - Update Home.md version compatibility section - Rewrite _Sidebar.md with comprehensive navigation - Add outgoing-ttl directive to reference - Fix migration pages: restore old syntax in comparison sections - Fix broken cross-references (Version-Comparison, Attribute-Reference) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documentation: Fix bridge-mode anchor links Add explicit HTML anchor for Bridge Mode section to ensure consistent linking across GitHub wiki. Updates links in From-4.x-to-5.x.md, Migration-Guide.md, and the TOC in From-5.x-to-6.x.md. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Documentation: Fix healthcheck config syntax and update version docs - Fix Issue #1355: Replace incorrect INI-style healthcheck config format with the actual key-value format that matches CLI options - Update version notices across docs (5.x is now LTS, 6.0.0 is dev) - Correct reactor documentation: async is default but generators still work inside async for backward compatibility - Add ExaBGP 6.0.0 section to Architecture.md - Update migration guide accuracy regarding async reactor behavior Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Documentation: Add ExaBGP 6.0.0 migration guide with bridge mode - Create From-5.x-to-6.x.md with complete migration guide - Document bridge mode (--exec) for running legacy scripts unchanged - Document --wrap-api for automatic configuration script wrapping - Add Python 3.12+ requirement and async reactor default - Document BGP-LS JSON API changes (ip→prefix, sr-adj→sr-adjs) - Add shell completion documentation (Bash, Zsh, Fish) - Document migration tool (exabgp migrate conf/api) - Update version comparison tables across migration docs - Add 6.0.0 sections to Breaking-Changes, CLI, and Command Reference Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>