Remove TUN interface name from SMF configuration files

This commit is contained in:
herlesupreeth
2025-01-11 16:48:41 +01:00
parent 89b24759a3
commit f0df0e220a
2 changed files with 0 additions and 8 deletions

View File

@@ -41,19 +41,15 @@ smf:
- subnet: UE_IPV4_INTERNET_SUBNET
gateway: UE_IPV4_INTERNET_TUN_IP
dnn: internet
dev: ogstun
- subnet: 2001:230:cafe::/48
gateway: 2001:230:cafe::1
dnn: internet
dev: ogstun
- subnet: UE_IPV4_IMS_SUBNET
gateway: UE_IPV4_IMS_TUN_IP
dnn: ims
dev: ogstun2
- subnet: 2001:230:babe::/48
gateway: 2001:230:babe::1
dnn: ims
dev: ogstun2
dns:
- SMF_DNS1
- SMF_DNS2

View File

@@ -32,19 +32,15 @@ smf:
- subnet: UE_IPV4_INTERNET_SUBNET
gateway: UE_IPV4_INTERNET_TUN_IP
dnn: internet
dev: ogstun
- subnet: 2001:230:cafe::/48
gateway: 2001:230:cafe::1
dnn: internet
dev: ogstun
- subnet: UE_IPV4_IMS_SUBNET
gateway: UE_IPV4_IMS_TUN_IP
dnn: ims
dev: ogstun2
- subnet: 2001:230:babe::/48
gateway: 2001:230:babe::1
dnn: ims
dev: ogstun2
dns:
- SMF_DNS1
- SMF_DNS2