diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-01-24 07:50:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 07:50:49 +0100 |
commit | 2982edcaa3f5be3c90cc4ef347b608717101a1c5 (patch) | |
tree | 26398c108d4549fa37fefdd93d11fe689eee0a12 /tests/topotests/bgp_peer_solo/r1/frr.conf | |
parent | Merge pull request #17898 from Pdoijode/pdoijode/fix-ip-route-cmd (diff) | |
parent | bgpd: Fix bgp peer solo option (diff) | |
download | frr-2982edcaa3f5be3c90cc4ef347b608717101a1c5.tar.xz frr-2982edcaa3f5be3c90cc4ef347b608717101a1c5.zip |
Merge pull request #17911 from askorichenko/test-fix-bgp-peer-solo
bgpd: Fix bgp peer solo option
Diffstat (limited to 'tests/topotests/bgp_peer_solo/r1/frr.conf')
-rw-r--r-- | tests/topotests/bgp_peer_solo/r1/frr.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/topotests/bgp_peer_solo/r1/frr.conf b/tests/topotests/bgp_peer_solo/r1/frr.conf new file mode 100644 index 000000000..6ef3688b8 --- /dev/null +++ b/tests/topotests/bgp_peer_solo/r1/frr.conf @@ -0,0 +1,10 @@ +! +int r1-eth0 + ip address 10.255.0.1/24 +! +router bgp 65001 + no bgp ebgp-requires-policy + neighbor 10.255.0.2 timers 1 3 + neighbor 10.255.0.2 timers connect 1 + neighbor 10.255.0.2 remote-as external +! |