mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 07:15:33 +00:00

Fix and adjust the topotest post the fix for route selection with AIGP. When there are multiple IGP domains (OSPF in this case), the nexthop for a BGP route with the AIGP attribute must be resolved in its own IGP domain. The changes in r2/bgpd.conf and r3/bgpd.conf are needed as incorrect IGP metrics are received from NHT for the recursive nexthops. Once the issue is resolved, the changes can be reverted. Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
18 lines
268 B
Plaintext
18 lines
268 B
Plaintext
!
|
|
interface lo
|
|
ip ospf passive
|
|
!
|
|
interface r6-eth0
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
ip ospf cost 20
|
|
!
|
|
interface r6-eth1
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
ip ospf cost 10
|
|
!
|
|
router ospf
|
|
router-id 10.0.0.6
|
|
network 0.0.0.0/0 area 0
|