Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 15:44:50 -0800
From:      Luigi Rizzo <rizzo@aciri.org>
To:        Andre Oppermann <oppermann@pipeline.ch>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: Fastforwarding gone?
Message-ID:  <20011122154450.A49625@iguana.aciri.org>
In-Reply-To: <3BFD8C8D.8C85D8D2@pipeline.ch>
References:  <3BFD8C8D.8C85D8D2@pipeline.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 23, 2001 at 12:38:53AM +0100, Andre Oppermann wrote:
> I can't seem find any reference to ip_fastforward() in ip_input()
> anymore.

because it is called earlier, from ether_input().
(mind you, there is some brokenness in ip_fastforward,
because you cannot know if a packet is fastforwarded or goes
through the standard processing, and the two paths do
different things e.g. no firewall in the former.)

	cheers
	luigi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011122154450.A49625>