Skip to content

Commit 4712813

Browse files
eduolivaresfultonj
authored andcommitted
[BGP-IPv6] Fix OCP worker BGP IPs
BGP sessions between OCP workers and leafs could not be established because these IPs were wrong. They had been right, but were broken with #625
1 parent 0aebb25 commit 4712813

File tree

1 file changed

+12
-12
lines changed
  • examples/dt/bgp_dt04_ipv6/control-plane/networking/nncp

1 file changed

+12
-12
lines changed

examples/dt/bgp_dt04_ipv6/control-plane/networking/nncp/values.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ data:
1515
ctlplane_ip: "2620:cf:cf:aaaa::10"
1616
storage_ip: "2620:cf:cf:cccc::10"
1717
bgp_ip:
18-
- "2620:cf::100:64:0:10"
19-
- "2620:cf::100:65:0:10"
18+
- "2620:cf::100:64:0:a"
19+
- "2620:cf::100:65:0:a"
2020
bgp_peers:
2121
- "2620:cf::100:64:0:9"
2222
- "2620:cf::100:65:0:9"
@@ -39,8 +39,8 @@ data:
3939
ctlplane_ip: "2620:cf:cf:aaaa::11"
4040
storage_ip: "2620:cf:cf:cccc::11"
4141
bgp_ip:
42-
- "2620:cf::100:64:1:10"
43-
- "2620:cf::100:65:1:10"
42+
- "2620:cf::100:64:1:a"
43+
- "2620:cf::100:65:1:a"
4444
bgp_peers:
4545
- "2620:cf::100:64:1:9"
4646
- "2620:cf::100:65:1:9"
@@ -63,8 +63,8 @@ data:
6363
ctlplane_ip: "2620:cf:cf:aaaa::12"
6464
storage_ip: "2620:cf:cf:cccc::12"
6565
bgp_ip:
66-
- "2620:cf::100:64:2:10"
67-
- "2620:cf::100:65:2:10"
66+
- "2620:cf::100:64:2:a"
67+
- "2620:cf::100:65:2:a"
6868
bgp_peers:
6969
- "2620:cf::100:64:2:9"
7070
- "2620:cf::100:65:2:9"
@@ -480,10 +480,10 @@ data:
480480
node3:
481481
bgpnet0:
482482
bgp_peer: "2620:cf::100:64:0:9"
483-
bgp_ip: "2620:cf::100:64:0:10"
483+
bgp_ip: "2620:cf::100:64:0:a"
484484
bgpnet1:
485485
bgp_peer: "2620:cf::100:65:0:9"
486-
bgp_ip: "2620:cf::100:65:0:10"
486+
bgp_ip: "2620:cf::100:65:0:a"
487487
routes:
488488
config:
489489
- destination: "f00d:f00d:f00d:f00d:99:99:0:0/96"
@@ -506,10 +506,10 @@ data:
506506
node4:
507507
bgpnet0:
508508
bgp_peer: "2620:cf::100:64:1:9"
509-
bgp_ip: "2620:cf::100:64:1:10"
509+
bgp_ip: "2620:cf::100:64:1:a"
510510
bgpnet1:
511511
bgp_peer: "2620:cf::100:65:1:9"
512-
bgp_ip: "2620:cf::100:65:1:10"
512+
bgp_ip: "2620:cf::100:65:1:a"
513513
routes:
514514
config:
515515
- destination: "f00d:f00d:f00d:f00d:99:99:0:0/96"
@@ -532,10 +532,10 @@ data:
532532
node5:
533533
bgpnet0:
534534
bgp_peer: "2620:cf::100:64:2:9"
535-
bgp_ip: "2620:cf::100:64:2:10"
535+
bgp_ip: "2620:cf::100:64:2:a"
536536
bgpnet1:
537537
bgp_peer: "2620:cf::100:65:2:9"
538-
bgp_ip: "2620:cf::100:65:2:10"
538+
bgp_ip: "2620:cf::100:65:2:a"
539539
routes:
540540
config:
541541
- destination: "f00d:f00d:f00d:f00d:99:99:0:0/96"

0 commit comments

Comments
 (0)