From owner-freebsd-net Mon Mar 19 22: 5:52 2001 Delivered-To: freebsd-net@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id AD63137B71C for ; Mon, 19 Mar 2001 22:05:49 -0800 (PST) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id PAA15929; Tue, 20 Mar 2001 15:05:26 +0900 (JST) To: ravi prasad Cc: freebsd-net@FreeBSD.org In-reply-to: raprasad's message of 19 Mar 2001 20:47:48 MST. <20010320034748.23454.qmail@nw128.netaddress.usa.net> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: Ipv6_forward function. From: itojun@iijlab.net Date: Tue, 20 Mar 2001 15:05:26 +0900 Message-ID: <15927.985068326@coconut.itojun.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >While going thought the module ipv6_input.c i found that the code for >ipv6_forward function is missing. It was commented that for now we will >discard the packet. In the ipv6_forward function m_free() was callled & t= >he >m_buf is freed. Kindly mail me if this is implemented some where else or = >the >present implementation of free BSD kernel does not forward the ipv6 packe= >ts. >regards which IPv6 implementation are you looking at? if you look at the latest code (like freebsd 4.2-RELEASE or something), you will find ip6_forward is in sys/netinet6/ip6_forward.c. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message