We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501f6dc commit b511c80Copy full SHA for b511c80
tests/integration/bgp.confederation/01-baseline.yml
@@ -10,29 +10,31 @@ groups:
10
_auto_create: True
11
12
confed:
13
- members: [ c1, c2, c3 ]
+ members: [ dut, c2, c3 ]
14
15
ext:
16
members: [ e1 ]
17
device: frr
18
provider: clab
19
20
nodes:
21
- c1:
+ dut:
22
bgp.as: 65001
23
+ module: [ bgp, ospf ]
24
c2:
25
bgp.as: 65002
26
27
28
c3:
- bgp.as: 65002 # Same as C2
29
+ bgp.as: 65001 # Same as DUT
30
31
32
33
e1:
34
bgp.as: 65003
35
36
links:
-- c1-c2
-- c1-e1
37
+- dut-c2
38
+- dut-e1
39
- c2-e1
-- c2-c3 # iBGP within same confederation
40
+- dut-c3 # iBGP within same confederation
0 commit comments