Files
RedBear-OS/netstack
Red Bear OS 1036881f03 netcfg: add summary node — at-a-glance network state
/scheme/netcfg/summary outputs:
  interfaces: eth0=up lo=up
  routes: 4
  sockets: 7 (tcp=3 udp=4 icmp=0 raw=0)
  ip_forward: 1
  eth0 stats: rx=1234/16 tx=5678/12 err=0/0 drop=0/2

Single read aggregates:
- Link state of eth0 and loopback
- Total route count
- Per-protocol socket counts (TCP/UDP/ICMP/Raw)
- ip_forward toggle state
- Full MIB-II stats for eth0

Useful for at-a-glance monitoring without reading 6+ separate nodes.
2026-07-08 19:16:46 +03:00
..