]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs it
authorshin <shin@FreeBSD.org>
Mon, 13 Dec 1999 00:39:20 +0000 (00:39 +0000)
committershin <shin@FreeBSD.org>
Mon, 13 Dec 1999 00:39:20 +0000 (00:39 +0000)
commitfb96762b20276c851c4016f10b8e26ee467a8cff
treef2c4c3e55058fdd0ff87c1cb23e600c1639e8ecb
parent734620334b7a66a42bb3a100d4a3b5ba9241e6da
Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs it
to print out protocol specific pcb info.

A patch submitted by guido@gvr.org, and asmodai@wxs.nl also reported
the problem.
Thanks and sorry for your troubles.

Submitted by: guido@gvr.org
Reviewed by: shin
sys/netinet/tcp_usrreq.c
sys/netinet/udp_usrreq.c