mirror of
https://github.com/ruvnet/RuView
synced 2026-07-04 14:23:18 +00:00
e94e2c1902
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>