mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-29 19:45:56 +00:00
The IDF container doesn't have iproute2 installed, so 'ip' binary is missing. Add shutil.which() check to can_tap guard and catch FileNotFoundError in _run_ip() for robustness. Co-Authored-By: claude-flow <ruv@ruv.net>