From owner-freebsd-fs@FreeBSD.ORG Fri Oct 15 07:50:10 2010 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A75106566B for ; Fri, 15 Oct 2010 07:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 02F378FC19 for ; Fri, 15 Oct 2010 07:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9F7o9dG042333 for ; Fri, 15 Oct 2010 07:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9F7o9sq042332; Fri, 15 Oct 2010 07:50:09 GMT (envelope-from gnats) Date: Fri, 15 Oct 2010 07:50:09 GMT Message-Id: <201010150750.o9F7o9sq042332@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Martin Birgmeier Cc: Subject: Re: kern/147881: [zfs] [patch] ZFS "sharenfs" doesn't allow different "exports" options for different hosts X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Birgmeier List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 07:50:10 -0000 The following reply was made to PR kern/147881; it has been noted by GNATS. From: Martin Birgmeier To: bug-followup@FreeBSD.org, Richard.Conto@gmail.com Cc: Subject: Re: kern/147881: [zfs] [patch] ZFS "sharenfs" doesn't allow different "exports" options for different hosts Date: Fri, 15 Oct 2010 09:15:12 +0200 Please implement this or a similar patch. I need this in my dual IPv4/IPv6 setup, where it is necessary to have something like /tank/vol -network 192.168.0.0 -mask 255.255.0.0 /tank/vol -network fec0:0:0:1::/56 in /etc/zfs/exports in order to get both IPv4 and IPv6 clients to work. Regards, Martin