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 c1a70f9 commit 99a7d42Copy full SHA for 99a7d42
vars/main.yml
@@ -13,10 +13,10 @@ core:
13
access_subnet: "192.168.252.1/24" # access subnet & gateway
14
core_subnet: "192.168.250.1/24" # core subnet & gateway
15
mode: af_packet # Options: af_packet or dpdk
16
- non_isol_N3_nw: false
+ non_isol_N3_nw: false # when set to true, access subnet will be same as data_iface
17
default_upf:
18
ip:
19
- access: "192.168.252.3"
+ access: "192.168.252.3" # when non_isol_N3_nw set to true, make sure to assign IP from same subnet of data_iface
20
core: "192.168.250.3"
21
ue_ip_pool: "172.250.0.0/16"
22
0 commit comments