New submission from Thomas Nikolajsen <[email protected]>: On SMP system using after starting a ssh login netstat command doesn't always show session:
On system A (192.168.1.253/24) having one ssh login to system B (192.168.1.238/ 24), it isn't shown by `netstat -f inet'; system B (UP) will show session. With two ssh sessions to B, the last is shown by netstat on A (both on B). ssh session to system C (192.168.1.242/24) is always shown on system A. (ip-addrs just in case they gives different result) `netstat -c<CPU> ..' doesn't show missing session either. `sockstat -4c' gives same result (both use the same sysctl) This is all using current master. ---------- messages: 9210 nosy: thomas.nikolajsen priority: bug status: unread title: netstat doesn't show all inet sessions on SMP system _____________________________________________________ DragonFly issue tracker <[email protected]> <http://bugs.dragonflybsd.org/issue1895> _____________________________________________________
