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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user