From 30c1ccab1f2cb3434cc989046865156594e47335 Mon Sep 17 00:00:00 2001 From: AltGrF13 Date: Fri, 27 Dec 2024 04:41:51 +0300 Subject: [PATCH] =?UTF-8?q?#256=20=D0=BF=D0=BE=D0=B2=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opt/bin/libs/debug | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opt/bin/libs/debug b/opt/bin/libs/debug index 223390f3..bc88fbfc 100644 --- a/opt/bin/libs/debug +++ b/opt/bin/libs/debug @@ -89,11 +89,6 @@ vpn_debug() { ready "Состояние vpn соединения ${vpn_cli_desc}" if [ "${connected}" = 'on' ]; then when_ok "ПОДКЛЮЧЕНО" - result="$(/opt/sbin/ip route show table 1001)" - echo_debug "Таблица заполнения маршрутов VPN списка id=1001\nкоманда: 'ip route show table 1001'" "${result}" - result="$(/opt/sbin/ip rule show)" - echo_debug "Таблица правил маршрутизации VPN списка id=1001\nкоманда: 'ip rule show'" "${result}" - # ip_vpn=$(ip a | grep "${vpn_entware}:" -A2 | grep inet | tr -s ' ' | cut -d" " -f3 | cut -d"/" -f1) # result=$() else