summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_dynamic_capability/r1/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_dynamic_capability/r1/frr.conf')
-rw-r--r--tests/topotests/bgp_dynamic_capability/r1/frr.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/topotests/bgp_dynamic_capability/r1/frr.conf b/tests/topotests/bgp_dynamic_capability/r1/frr.conf
index 50280a9..aa5c3db 100644
--- a/tests/topotests/bgp_dynamic_capability/r1/frr.conf
+++ b/tests/topotests/bgp_dynamic_capability/r1/frr.conf
@@ -12,4 +12,10 @@ router bgp 65001
neighbor 192.168.1.2 timers 1 3
neighbor 192.168.1.2 timers connect 1
neighbor 192.168.1.2 capability dynamic
+ !
+ address-family ipv4 unicast
+ neighbor 192.168.1.2 addpath-tx-all-paths
+ exit-address-family
+!
+ip prefix-list r2 seq 5 permit 10.10.10.10/32
!