diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-01-23 09:09:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 09:09:55 +0100 |
commit | 4a2612cd01d0d6ae25276b208f9b967295d6783b (patch) | |
tree | 4a29e5cfe3dc76c84474f4ea13f836f81fb02b2f /tests/topotests/bgp_bfd_session/r1/frr.conf | |
parent | Merge pull request #17899 from chiragshah6/evpn_dev1 (diff) | |
parent | bgpd: fix bfd with update-source in peer-group (diff) | |
download | frr-4a2612cd01d0d6ae25276b208f9b967295d6783b.tar.xz frr-4a2612cd01d0d6ae25276b208f9b967295d6783b.zip |
Merge pull request #17904 from louis-6wind/fix-bfd-pg-update-group
bgpd: fix bfd with update-source in peer-group
Diffstat (limited to 'tests/topotests/bgp_bfd_session/r1/frr.conf')
-rw-r--r-- | tests/topotests/bgp_bfd_session/r1/frr.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/topotests/bgp_bfd_session/r1/frr.conf b/tests/topotests/bgp_bfd_session/r1/frr.conf index a1560b09f..cea1ff814 100644 --- a/tests/topotests/bgp_bfd_session/r1/frr.conf +++ b/tests/topotests/bgp_bfd_session/r1/frr.conf @@ -11,4 +11,16 @@ router bgp 65000 neighbor 192.168.1.3 bfd neighbor 192.168.1.3 ebgp-multihop 20 neighbor 192.168.1.3 update-source r1-eth0 + neighbor PG peer-group + neighbor PG remote-as auto + neighbor PG bfd + neighbor PG ebgp-multihop 15 + neighbor PG update-source 10.0.0.1 + neighbor 192.168.1.4 peer-group PG + neighbor PG2 peer-group + neighbor PG2 remote-as auto + neighbor PG2 bfd + neighbor PG2 ebgp-multihop 25 + neighbor 192.168.1.5 peer-group PG2 + neighbor 192.168.1.5 update-source 10.0.0.1 exit |