From owner-freebsd-net@FreeBSD.ORG Thu May 24 13:14:05 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2335616A4BF for ; Thu, 24 May 2007 13:14:05 +0000 (UTC) (envelope-from mav@freebsd.org) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2BF13C458 for ; Thu, 24 May 2007 13:14:04 +0000 (UTC) (envelope-from mav@freebsd.org) Received: from [195.248.178.122] (HELO [192.168.3.2]) by mail.alkar.net (CommuniGate Pro SMTP 5.1.7) with ESMTPS id 755285836; Thu, 24 May 2007 15:44:01 +0300 Message-ID: <46558856.9080808@freebsd.org> Date: Thu, 24 May 2007 15:43:02 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hideki Yamamoto References: <1179948200.00744606.1179934801@10.7.7.3> <1179966186.00744779.1179954001@10.7.7.3> <1179966189.00744783.1179954601@10.7.7.3> In-Reply-To: <1179966189.00744783.1179954601@10.7.7.3> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Julian Elischer Subject: Re: can netgraph support IPv6 over IPv6 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 13:14:05 -0000 Julian Elischer wrote: Netgraph doesn't care. It knows nothing about ipV4 or ipV6. > > If you use the ng_ksocket type, it MAY need a patch to bind to an ipv6 > address. > (I have not checked). I have tested ng_ksocket with IPv6 while testing mpd's PPP over L2TP/TCP/UDP implementations. It works, except it does not support IPv6 protocol family constants, so you should use their numeric representation in hook name. And also I have only used binary command interface, ascii commands for IPv6 look like not implemented. -- Alexander Motin