Files
RedBear-OS/netstack/src
Red Bear OS 3667d0fe5a netcfg: route/lookup node — query which route matches an IP
New /scheme/netcfg/route/lookup rw node:
  echo 10.0.0.1 > /scheme/netcfg/route/lookup
  → 10.0.0.0/8 via 10.0.0.1 dev eth0 src 10.0.0.2
  → no route to 192.168.1.1 (if unmatched)

Mirrors Linux 'ip route get 10.0.0.1'. Useful for debugging
routing table behavior and verifying route coverage.

All 31 tests pass.
2026-07-09 13:19:20 +03:00
..