From owner-cvs-all Sun Dec 12 16:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B60B314EC7; Sun, 12 Dec 1999 16:39:21 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA55761; Sun, 12 Dec 1999 16:39:21 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <199912130039.QAA55761@freefall.freebsd.org> From: Yoshinobu Inoue Date: Sun, 12 Dec 1999 16:39:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c tcp_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 1999/12/12 16:39:21 PST Modified files: sys/netinet udp_usrreq.c tcp_usrreq.c Log: 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 Revision Changes Path 1.61 +1 -3 src/sys/netinet/udp_usrreq.c 1.49 +1 -4 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message