fix: update BGP configuration in test scenarios to use new IPv6 addresses
CI / changes (push) Successful in 5s
CI / go (push) Successful in 20s
CI / openapi (push) Has been skipped
CI / bird2 (push) Successful in 16s

This commit is contained in:
Denozordec
2026-04-04 01:39:36 +07:00
parent eddc6b85a0
commit 9fd9745723
2 changed files with 4 additions and 4 deletions
@@ -19,8 +19,8 @@ protocol bgp peer_a {
}
protocol bgp peer_b {
local fd00:ebgp::1 as 65001;
neighbor fd00:ebgp::3 as 65003;
local fd00:cafe::1 as 65001;
neighbor fd00:cafe::3 as 65003;
ipv6 {
import all;
export all;
@@ -10,8 +10,8 @@ protocol direct {
}
protocol bgp peer_v6 {
local fd00:ebgp::1 as 65001;
neighbor fd00:ebgp::2 as 65002;
local fd00:cafe::1 as 65001;
neighbor fd00:cafe::2 as 65002;
ipv6 {
import all;
export all;