File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,20 @@ config:
22
22
enabled : false # SRIOV is disabled by default
23
23
hugepage :
24
24
enabled : false # Should be enabled if DPDK is enabled
25
- cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
26
- ipam : static
27
25
routes :
28
26
- to : {{ ansible_default_ipv4.address }}
29
27
via : 169.254.1.1
30
28
enb :
31
29
subnet : {{ ran_subnet }} # Subnet for the gNB network
32
30
access :
31
+ ipam : static
32
+ cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
33
33
iface : {{ core.data_iface }}
34
34
gateway : 192.168.252.1
35
35
ip : {{ upf_access_ip }}
36
36
core :
37
+ ipam : static
38
+ cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
37
39
iface : {{ core.data_iface }}
38
40
gateway : 192.168.250.1
39
41
ip : {{ upf_core_ip }}
You can’t perform that action at this time.
0 commit comments