summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_solo/r2/frr.conf
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2025-01-24 07:50:49 +0100
committerGitHub <noreply@github.com>2025-01-24 07:50:49 +0100
commit2982edcaa3f5be3c90cc4ef347b608717101a1c5 (patch)
tree26398c108d4549fa37fefdd93d11fe689eee0a12 /tests/topotests/bgp_peer_solo/r2/frr.conf
parentMerge pull request #17898 from Pdoijode/pdoijode/fix-ip-route-cmd (diff)
parentbgpd: Fix bgp peer solo option (diff)
downloadfrr-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/r2/frr.conf')
-rw-r--r--tests/topotests/bgp_peer_solo/r2/frr.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/topotests/bgp_peer_solo/r2/frr.conf b/tests/topotests/bgp_peer_solo/r2/frr.conf
new file mode 100644
index 000000000..c58e32741
--- /dev/null
+++ b/tests/topotests/bgp_peer_solo/r2/frr.conf
@@ -0,0 +1,14 @@
+!
+int r2-eth0
+ ip address 10.255.0.2/24
+!
+router bgp 65002
+ no bgp ebgp-requires-policy
+ no bgp network import-check
+ neighbor 10.255.0.1 remote-as external
+ neighbor 10.255.0.1 timers 1 3
+ neighbor 10.255.0.1 timers connect 1
+ address-family ipv4 unicast
+ network 10.0.0.1/32
+ exit-address-family
+!