@@ -800,7 +800,7 @@ while true; do
|
|||||||
5) log INFO "Testing connection to $TARGET_IP..."
|
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}" ;;
|
ping -c 3 "$TARGET_IP" && log INFO "Connection test: ${GREEN}SUCCESS${NC}" || log ERROR "Connection test: ${RED}FAILED${NC}" ;;
|
||||||
6) show_network_status ;;
|
6) show_network_status ;;
|
||||||
7) kill_cisco_processes ;;
|
7) kill_cisco_processes "true";;
|
||||||
8) show_routes ;;
|
8) show_routes ;;
|
||||||
9) show_hosts ;;
|
9) show_hosts ;;
|
||||||
e|E) edit_hosts ;;
|
e|E) edit_hosts ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user