summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_addpath_llgr/r3/frr.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-17 07:10:47 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-17 07:10:47 +0100
commitd785318c6f0fc8ee4b0e92eed928d0fcd5debc0c (patch)
tree9656d5d79eba42e52e7e6e208f8f8ab39b63c756 /tests/topotests/bgp_addpath_llgr/r3/frr.conf
parentAdding upstream version 10.1.1. (diff)
downloadfrr-upstream/10.2.tar.xz
frr-upstream/10.2.zip
Adding upstream version 10.2.upstream/10.2
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'tests/topotests/bgp_addpath_llgr/r3/frr.conf')
-rw-r--r--tests/topotests/bgp_addpath_llgr/r3/frr.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/topotests/bgp_addpath_llgr/r3/frr.conf b/tests/topotests/bgp_addpath_llgr/r3/frr.conf
new file mode 100644
index 00000000..f36492d7
--- /dev/null
+++ b/tests/topotests/bgp_addpath_llgr/r3/frr.conf
@@ -0,0 +1,14 @@
+!
+int r3-eth0
+ ip address 192.168.3.3/24
+!
+router bgp 65003
+ bgp graceful-restart
+ bgp graceful-restart preserve-fw-state
+ bgp graceful-restart restart-time 0
+ bgp long-lived-graceful-restart stale-time 10
+ no bgp ebgp-requires-policy
+ neighbor 192.168.3.2 remote-as auto
+ neighbor 192.168.3.2 timers 1 3
+ neighbor 192.168.3.2 timers connect 1
+!