Skip to content

Commit

Permalink
qzeleza#256 повторы
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGrF13 authored and AltGrF13 committed Dec 27, 2024
1 parent e34a652 commit 30c1cca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opt/bin/libs/debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30c1cca

Please sign in to comment.