diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-11-12 12:12:56 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-11-12 12:12:56 +0100 |
commit | 2c08d9f824111a9deb0766ea8b708a50971d43b8 (patch) | |
tree | 824575110c03417bb199e4cf48789b1d9838b7c2 /tests/topotests/bgp_bfd_session/r1/frr.conf | |
parent | bgpd: Update source address for BFD session (diff) | |
download | frr-2c08d9f824111a9deb0766ea8b708a50971d43b8.tar.xz frr-2c08d9f824111a9deb0766ea8b708a50971d43b8.zip |
tests: Check if BFD session is created with update-source (interface)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/bgp_bfd_session/r1/frr.conf')
-rw-r--r-- | tests/topotests/bgp_bfd_session/r1/frr.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/topotests/bgp_bfd_session/r1/frr.conf b/tests/topotests/bgp_bfd_session/r1/frr.conf index 1b248dc33..a1560b09f 100644 --- a/tests/topotests/bgp_bfd_session/r1/frr.conf +++ b/tests/topotests/bgp_bfd_session/r1/frr.conf @@ -7,4 +7,8 @@ router bgp 65000 neighbor 192.168.1.2 bfd neighbor 192.168.1.2 ebgp-multihop 10 neighbor 192.168.1.2 update-source 10.0.0.1 + neighbor 192.168.1.3 remote-as auto + neighbor 192.168.1.3 bfd + neighbor 192.168.1.3 ebgp-multihop 20 + neighbor 192.168.1.3 update-source r1-eth0 exit |