docs: enhance EvoBGP architecture plan with new risk mitigation strategies, testing matrix for BIRD2, and CI/CD workflow details. Updated section titles for clarity and added completed todos for deployment practices.
CI / openapi (push) Successful in 1m35s
CI / go (push) Failing after 16s
CI / bird2 (push) Has been skipped

This commit is contained in:
Denozordec
2026-04-04 01:27:17 +07:00
parent 4480d64a7f
commit 3992d01c3e
30 changed files with 621 additions and 2 deletions
@@ -0,0 +1,18 @@
# tags: DOMAINS, module_output
# DOMAINS modules materialize to prefixes before render; same shape as static IPv4.
router id 192.0.2.1;
protocol device {
}
protocol direct {
ipv4;
ipv6;
}
protocol static evobgp_from_domains {
ipv4;
route 192.0.2.10/32 unreachable;
route 192.0.2.11/32 unreachable;
}