Skip to content

Commit 32af7bb

Browse files
committed
fixed template
Signed-off-by: Larry Peterson <[email protected]>
1 parent 2f03f3c commit 32af7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,13 @@ omec-user-plane:
324324
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
325325
iface: {{ core.data_iface }}
326326
gateway: {{ core.upf.access_subnet[:-3] }}
327-
ip: {{ core.upf.access_subnet }}
327+
ip: {{ core.upf.default_upf.ip.access + '/24' }}
328328
core:
329329
ipam: static
330330
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
331331
iface: {{ core.data_iface }}
332332
gateway: {{ core.upf.core_subnet[:-3] }}
333-
ip: {{ core.upf.core_subnet }}
333+
ip: {{ core.upf.default_upf.ip.core + '/24' }}
334334
cfgFiles:
335335
upf.jsonc:
336336
mode: af_packet # This mode implies no DPDK

0 commit comments

Comments
 (0)