- Contunue gatway support implementation.

This commit is contained in:
2025-08-24 12:47:58 +02:00
parent 67f1ec7de8
commit 5fb45c3944
3 changed files with 77 additions and 58 deletions

View File

@@ -200,7 +200,7 @@ vpn_job_tab_init()
do
network_dst_tab_get ${dst_id}
if [[ "${dst_type}" == "1" ]] && [[ "${dst_config}" != "" ]]
if [[ "${dst_type}" == "2" ]] && [[ "${dst_config}" != "" ]]
then
config_file="${VPN_CONFIG_FILE/DEVICE/${dst_device}}"