Fix for [gw] parameter names

This commit is contained in:
Paul Sutton 2019-08-08 13:27:21 +01:00
parent ada4e6644f
commit 2f14b7a2a2
1 changed files with 4 additions and 4 deletions

View File

@ -164,12 +164,12 @@ imei = 353490069873319
#####################################################################
# GW configuration
#
# tun_dev_name: Name of the tun_srsue device. Default: tun_srsue
# tun_dev_netmask: Netmask of the tun_srsue device. Default: 255.255.255.0
# ip_devname: Name of the tun_srsue device. Default: tun_srsue
# ip_netmask: Netmask of the tun_srsue device. Default: 255.255.255.0
#####################################################################
[gw]
#tun_dev_name = tun_srsue
#tun_dev_netmask = 255.255.255.0
#ip_devname = tun_srsue
#ip_netmask = 255.255.255.0
#####################################################################
# GUI configuration