- Start VPN gateways support implementation.

This commit is contained in:
2025-08-23 11:58:29 +02:00
parent 7a2bd651d7
commit 67f1ec7de8
7 changed files with 115 additions and 18 deletions

View File

@@ -686,7 +686,9 @@ else
if [[ ( ${admin} == "true") || ( "${REMOTE_USER}" == "${src_owner}") ]]
then
sudo /usr/local/sbin/rx3_net_adm table_set ${ip} $((${vpn} + 3)) 1>&2
network_dst_tab_get "${vpn}"
sudo /usr/local/sbin/rx3_net_adm table_set ${ip} ${dst_table} 1>&2
if [[ "$?" == 0 ]]
then