Skip to content

Commit

Permalink
Merge pull request #465 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…60-to-18.0-fr1

[18.0-fr1] [DCN DT] Set table-id explicitly for routes
  • Loading branch information
fultonj authored Jan 2, 2025
2 parents fb98043 + 68d76ac commit c98be09
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 c98be09

Please sign in to comment.