You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs drift: README and status.md test counts updated from live data
(10,400+ unit tests, 789 .ci files, 57 fuzz targets). Race detector
claim narrowed to unit tests only. Subsystem wiring doc annotated as
pre-migration with tense corrections. BFD architecture and guide docs
updated from "skeleton" to implemented status. TACACS guide expanded
from 4 to 8 test entries, single-connect and tooling notes updated.
BGP API commands.md fixed watchdog syntax (next -> nhop set) with
wire-mode not-yet-implemented note.
Web security headers: addSecurityHeaders applied to 401 responses
in both AuthMiddleware (unauthenticated) and LoginHandler (failed
login), closing the gap where pre-login pages lacked clickjacking,
CSP, HSTS, and cache-control headers.
Resolve config path: DNS ResolverConfig carries ResolvConfPath,
resolveSystemDNS reads from configured path instead of hardcoded
/etc/resolv.conf, wired through newResolvers in hub startup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Ze
2
2
3
-
> **Pre-release** -- Ze is under active development and has not been released yet. The core BGP engine works and is extensively tested (8,000+ unit tests, 550+ functional tests, fuzz testing, chaos testing, interop tests against FRR, BIRD, and GoBGP), but some advanced features are still incomplete. APIs and config syntax may change.
3
+
> **Pre-release** -- Ze is under active development and has not been released yet. The core BGP engine works and is extensively tested (10,400+ unit tests, 789 functional tests, 57 fuzz targets, chaos testing, interop tests against FRR, BIRD, and GoBGP), but some advanced features are still incomplete. APIs and config syntax may change.
4
4
5
5
Ze is an open-source network operating system for Linux. It speaks BGP, manages network interfaces, programs the FIB, and serves a config editor over SSH and a web UI. Everything beyond the core is a plugin. Plugins can be Go modules or external processes in any language. An MCP server can let AI assistants discover all its features (including plugins) and operate them directly.
6
6
@@ -54,10 +54,10 @@ If you are an ExaBGP user, we would love your feedback on the migration experien
0 commit comments