Skip to content

Commit 99a7d42

Browse files
sureshmarikkannullpeterson
authored andcommitted
Added comment to explain the parameter usage
Signed-off-by: Marikkannu, Suresh <[email protected]>
1 parent c1a70f9 commit 99a7d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ core:
1313
access_subnet: "192.168.252.1/24" # access subnet & gateway
1414
core_subnet: "192.168.250.1/24" # core subnet & gateway
1515
mode: af_packet # Options: af_packet or dpdk
16-
non_isol_N3_nw: false
16+
non_isol_N3_nw: false # when set to true, access subnet will be same as data_iface
1717
default_upf:
1818
ip:
19-
access: "192.168.252.3"
19+
access: "192.168.252.3" # when non_isol_N3_nw set to true, make sure to assign IP from same subnet of data_iface
2020
core: "192.168.250.3"
2121
ue_ip_pool: "172.250.0.0/16"
2222

0 commit comments

Comments
 (0)