From owner-cvs-all Tue Sep 19 1:35:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23ED137B424; Tue, 19 Sep 2000 01:35:45 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA64998; Tue, 19 Sep 2000 01:35:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <200009190835.BAA64998@freefall.freebsd.org> From: Julian Elischer Date: Tue, 19 Sep 2000 01:35:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/09/19 01:35:44 PDT Modified files: sys/netgraph ng_ether.c Log: When sending a packet back to a network interface to simulate an arrived packet, make sure that the packet has the interface marked in the first mbuf, the same a truely arrived packets would have. Revision Changes Path 1.10 +2 -1 src/sys/netgraph/ng_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message