Files
RedBear-OS/netstack
Red Bear OS 088b539967 netcfg: standalone conntrack node (stats + list)
New paths under /scheme/netcfg/conntrack/:
  stats → per-protocol breakdown (tcp/udp/icmp + per-state)
  list  → full connection listing with TCP state

Previously conntrack data was only accessible via netfilter scheme
(/scheme/netfilter/conntrack/*). Now available directly through
the main netcfg monitoring interface.

Output matches the netfilter nodes exactly (same format/stats methods).

All 31 tests pass.
2026-07-09 10:08:40 +03:00
..