[Bug 214630] netstat displays spurious count for connections in LAST_ACK state inside jail with VIMAGE kernel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 22 11:21:17 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214630

--- Comment #2 from tony181116 at outlook.com ---
I have now seen this on two machines with FIN_WAIT_1 also affected:

TCP connection count by state:
        0 connections in CLOSED state
        1 connection  in LISTEN state
        0 connections in SYN_SENT state
        0 connections in SYN_RCVD state
        0 connections in ESTABLISHED state
        0 connections in CLOSE_WAIT state
        18446744073709551408 connections in FIN_WAIT_1 state
        0 connections in CLOSING state
        18446744073709551613 connections in LAST_ACK state
        33 connections in FIN_WAIT_2 state
        0 connections in TIME_WAIT state

TCP connection count by state:
        0 connections in CLOSED state
        1 connection  in LISTEN state
        0 connections in SYN_SENT state
        0 connections in SYN_RCVD state
        0 connections in ESTABLISHED state
        0 connections in CLOSE_WAIT state
        18446744073709551395 connections in FIN_WAIT_1 state
        0 connections in CLOSING state
        18446744073709551606 connections in LAST_ACK state
        33 connections in FIN_WAIT_2 state
        0 connections in TIME_WAIT state

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list