mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:02:26 +00:00

Adding a MSDP test with multiple possible routes. Signed-off-by: "Adriano Marto Reis" <adrianomarto@gmail.com>
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
router bgp 65001
|
|
no bgp ebgp-requires-policy
|
|
neighbor 192.168.1.2 remote-as 65002
|
|
neighbor 192.168.3.3 remote-as 65003
|
|
address-family ipv4 unicast
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|