Skip to content

Commit be10f21

Browse files
committed
[DCN DT] Set table-id explicitly for routes
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
1 parent df7ee32 commit be10f21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/dt/dcn/control-plane/nncp/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,27 +340,35 @@ data:
340340
- destination: 192.168.133.0/24
341341
next-hop-address: 192.168.122.1
342342
next-hop-interface: ospbr
343+
table-id: 254
343344
- destination: 192.168.144.0/24
344345
next-hop-address: 192.168.122.1
345346
next-hop-interface: ospbr
347+
table-id: 254
346348
- destination: 172.17.10.0/24
347349
next-hop-address: 172.17.0.1
348350
next-hop-interface: internalapi
351+
table-id: 254
349352
- destination: 172.18.10.0/24
350353
next-hop-address: 172.18.0.1
351354
next-hop-interface: storage
355+
table-id: 254
352356
- destination: 172.19.10.0/24
353357
next-hop-address: 172.19.0.1
354358
next-hop-interface: tenant
359+
table-id: 254
355360
- destination: 172.17.20.0/24
356361
next-hop-address: 172.17.0.1
357362
next-hop-interface: internalapi
363+
table-id: 254
358364
- destination: 172.18.20.0/24
359365
next-hop-address: 172.18.0.1
360366
next-hop-interface: storage
367+
table-id: 254
361368
- destination: 172.19.20.0/24
362369
next-hop-address: 172.19.0.1
363370
next-hop-interface: tenant
371+
table-id: 254
364372
storage:
365373
base_iface: enp7s0
366374
dnsDomain: storage.example.com

0 commit comments

Comments
 (0)