From owner-freebsd-net@FreeBSD.ORG Mon Sep 5 23:50:28 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EECC41065675; Mon, 5 Sep 2011 23:50:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 938AF8FC08; Mon, 5 Sep 2011 23:50:28 +0000 (UTC) Received: by vxh11 with SMTP id 11so5355224vxh.13 for ; Mon, 05 Sep 2011 16:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=46re5k1r49eGBPn6PWSCIByFPOdoGAtW1ZsMvFlc4YI=; b=druuwjnuCSWi1mWZL9fHgwVELBV+AZps7F3U1IMWJvX5QxbIcuHI3lQmfQKFrCt30p /nfDd243EGm5pVWs6uOonzcjU90RBjtpEAijw4dXiVJhaxkH957lVn/zw/Ew9Z6oFsdn jijyOxeU1KMm3oehu5xz9rL+IRQSzOEDB0hew= MIME-Version: 1.0 Received: by 10.52.72.16 with SMTP id z16mr4127730vdu.395.1315266627697; Mon, 05 Sep 2011 16:50:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.33.49 with HTTP; Mon, 5 Sep 2011 16:50:27 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Sep 2011 07:50:27 +0800 X-Google-Sender-Auth: xaLP7YZKx7j2kPixns-QyLlifB0 Message-ID: From: Adrian Chadd To: Arnaud Lacombe Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org, "K. Macy" Subject: Re: No IPFW binary compat across versions ? 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: Mon, 05 Sep 2011 23:50:29 -0000 That's not what the COMPAT_* hooks are for. They're for backwards compatibility of normal userland binaries, not binaries which use a FreeBSD-specific kernel ABI. Adrian