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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to