Files
RedBear-OS/netstack
Red Bear OS 9dcd809778 route: flush node — clear entire routing table
New /scheme/netcfg/route/flush clears all routes at once:
  echo > /scheme/netcfg/route/flush

Mirrors Linux 'ip route flush all'.

Replaces the route table with a new empty RouteTable. All
existing Rc shares see the change immediately. Useful for
bulk route management (clear and re-add). Notifies route/list
subscribers after flush.

All 31 tests pass.
2026-07-09 11:16:33 +03:00
..