Skip to content

Commit

Permalink
Set table-id explicitly for routes
Browse files Browse the repository at this point in the history
Without it table id randomly get's set and
causes re creation of vlan interfaces. This
results into secondary nics removed from pods.

Related-Issue: OSPRH-9899
  • Loading branch information
karelyatin authored and openshift-cherrypick-robot committed Dec 17, 2024
1 parent 0ddfde7 commit 68d76ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/dt/dcn/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,27 +340,35 @@ data:
- destination: 192.168.133.0/24
next-hop-address: 192.168.122.1
next-hop-interface: ospbr
table-id: 254
- destination: 192.168.144.0/24
next-hop-address: 192.168.122.1
next-hop-interface: ospbr
table-id: 254
- destination: 172.17.10.0/24
next-hop-address: 172.17.0.1
next-hop-interface: internalapi
table-id: 254
- destination: 172.18.10.0/24
next-hop-address: 172.18.0.1
next-hop-interface: storage
table-id: 254
- destination: 172.19.10.0/24
next-hop-address: 172.19.0.1
next-hop-interface: tenant
table-id: 254
- destination: 172.17.20.0/24
next-hop-address: 172.17.0.1
next-hop-interface: internalapi
table-id: 254
- destination: 172.18.20.0/24
next-hop-address: 172.18.0.1
next-hop-interface: storage
table-id: 254
- destination: 172.19.20.0/24
next-hop-address: 172.19.0.1
next-hop-interface: tenant
table-id: 254
storage:
base_iface: enp7s0
dnsDomain: storage.example.com
Expand Down

0 comments on commit 68d76ac

Please sign in to comment.