diff options
author | Alexander Skorichenko <askorichenko@netgate.com> | 2025-01-23 12:14:41 +0100 |
---|---|---|
committer | Alexander Skorichenko <askorichenko@netgate.com> | 2025-01-23 14:48:16 +0100 |
commit | 7bda2b36a9f2ef9abe8619eeb4432c8f3507e3ec (patch) | |
tree | 0c909a6860b3d4132cddea268f3904704d6fd8af /tests/topotests/bgp_peer_solo/r2/frr.conf | |
parent | Merge pull request #17904 from louis-6wind/fix-bfd-pg-update-group (diff) | |
download | frr-7bda2b36a9f2ef9abe8619eeb4432c8f3507e3ec.tar.xz frr-7bda2b36a9f2ef9abe8619eeb4432c8f3507e3ec.zip |
bgpd: Fix bgp peer solo option
Signed-off-by: Alexander Skorichenko <askorichenko@netgate.com>
Diffstat (limited to 'tests/topotests/bgp_peer_solo/r2/frr.conf')
-rw-r--r-- | tests/topotests/bgp_peer_solo/r2/frr.conf | 14 |
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 +! |