.
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-01-17 02:42:09 +00:00
parent aa071a1fdb
commit 5e0004c0d8

View File

@@ -800,7 +800,7 @@ while true; do
5) log INFO "Testing connection to $TARGET_IP..."
ping -c 3 "$TARGET_IP" && log INFO "Connection test: ${GREEN}SUCCESS${NC}" || log ERROR "Connection test: ${RED}FAILED${NC}" ;;
6) show_network_status ;;
7) kill_cisco_processes ;;
7) kill_cisco_processes "true";;
8) show_routes ;;
9) show_hosts ;;
e|E) edit_hosts ;;