Update object

This commit is contained in:
Damien
2026-02-16 17:49:44 +01:00
parent cb06068347
commit bccac190ff
2 changed files with 30 additions and 30 deletions

View File

@@ -508,7 +508,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "spine1__evpn"
- ["spine1__evpn"]
# ============================================================
# Spine2 address families
# ============================================================
@@ -523,7 +523,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "spine2__evpn"
- ["spine2__evpn"]
# ============================================================
# Leaf1 address families
# ============================================================
@@ -532,8 +532,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf1__underlay"
- "leaf1__underlay_ibgp"
- ["leaf1__underlay"]
- ["leaf1__underlay_ibgp"]
networks:
- ["10.0.250.11/32"]
- ["10.0.255.11/32"]
@@ -542,7 +542,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf1__evpn"
- ["leaf1__evpn"]
# ============================================================
# Leaf2 address families
# ============================================================
@@ -551,8 +551,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf2__underlay"
- "leaf2__underlay_ibgp"
- ["leaf2__underlay"]
- ["leaf2__underlay_ibgp"]
networks:
- ["10.0.250.12/32"]
- ["10.0.255.11/32"]
@@ -561,7 +561,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf2__evpn"
- ["leaf2__evpn"]
# ============================================================
# Leaf3 address families
# ============================================================
@@ -570,8 +570,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf3__underlay"
- "leaf3__underlay_ibgp"
- ["leaf3__underlay"]
- ["leaf3__underlay_ibgp"]
networks:
- ["10.0.250.13/32"]
- ["10.0.255.12/32"]
@@ -580,7 +580,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf3__evpn"
- ["leaf3__evpn"]
# ============================================================
# Leaf4 address families
# ============================================================
@@ -589,8 +589,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf4__underlay"
- "leaf4__underlay_ibgp"
- ["leaf4__underlay"]
- ["leaf4__underlay_ibgp"]
networks:
- ["10.0.250.14/32"]
- ["10.0.255.12/32"]
@@ -599,7 +599,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf4__evpn"
- ["leaf4__evpn"]
# ============================================================
# Leaf5 address families
# ============================================================
@@ -608,8 +608,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf5__underlay"
- "leaf5__underlay_ibgp"
- ["leaf5__underlay"]
- ["leaf5__underlay_ibgp"]
networks:
- ["10.0.250.15/32"]
- ["10.0.255.13/32"]
@@ -618,7 +618,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf5__evpn"
- ["leaf5__evpn"]
# ============================================================
# Leaf6 address families
# ============================================================
@@ -627,8 +627,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf6__underlay"
- "leaf6__underlay_ibgp"
- ["leaf6__underlay"]
- ["leaf6__underlay_ibgp"]
networks:
- ["10.0.250.16/32"]
- ["10.0.255.13/32"]
@@ -637,7 +637,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf6__evpn"
- ["leaf6__evpn"]
# ============================================================
# Leaf7 address families
# ============================================================
@@ -646,8 +646,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf7__underlay"
- "leaf7__underlay_ibgp"
- ["leaf7__underlay"]
- ["leaf7__underlay_ibgp"]
networks:
- ["10.0.250.17/32"]
- ["10.0.255.14/32"]
@@ -656,7 +656,7 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf7__evpn"
- ["leaf7__evpn"]
# ============================================================
# Leaf8 address families
# ============================================================
@@ -665,8 +665,8 @@ spec:
afi: ipv4
safi: unicast
active_peer_groups:
- "leaf8__underlay"
- "leaf8__underlay_ibgp"
- ["leaf8__underlay"]
- ["leaf8__underlay_ibgp"]
networks:
- ["10.0.250.18/32"]
- ["10.0.255.14/32"]
@@ -675,4 +675,4 @@ spec:
afi: evpn
safi: unicast
active_peer_groups:
- "leaf8__evpn"
- ["leaf8__evpn"]