From owner-cvs-all Sat Mar 11 12: 3:25 2000 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 C352337BC85; Sat, 11 Mar 2000 12:03:23 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA75841; Sat, 11 Mar 2000 12:03:23 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200003112003.MAA75841@freefall.freebsd.org> From: Yoshinobu Inoue Date: Sat, 11 Mar 2000 12:03:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shin 2000/03/11 12:03:23 PST Modified files: sys/netinet6 ip6_fw.c Log: Replace m_pkthdr.rcvif with oif when oif is not NULL, to count icmp6 error statistics based on sending interface. This also prevent kernel panic when rcvif is not initialized after M_PKTHDR(). (The initialization issue also need to be fixed in the future.) Approved by: jkh Submitted by: k-sugyou@kame.net Revision Changes Path 1.2 +3 -1 src/sys/netinet6/ip6_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message