We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f03f3c commit 32af7bbCopy full SHA for 32af7bb
roles/core/templates/sdcore-5g-values.yaml
@@ -324,13 +324,13 @@ omec-user-plane:
324
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
325
iface: {{ core.data_iface }}
326
gateway: {{ core.upf.access_subnet[:-3] }}
327
- ip: {{ core.upf.access_subnet }}
+ ip: {{ core.upf.default_upf.ip.access + '/24' }}
328
core:
329
ipam: static
330
331
332
gateway: {{ core.upf.core_subnet[:-3] }}
333
- ip: {{ core.upf.core_subnet }}
+ ip: {{ core.upf.default_upf.ip.core + '/24' }}
334
cfgFiles:
335
upf.jsonc:
336
mode: af_packet # This mode implies no DPDK
0 commit comments