Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0-fr1] [DCN DT] Set table-id explicitly for routes #465

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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