From owner-freebsd-net@FreeBSD.ORG Mon Sep 5 19:45:09 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 8AF05106566B for ; Mon, 5 Sep 2011 19:45:09 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC448FC16 for ; Mon, 5 Sep 2011 19:45:08 +0000 (UTC) Received: by vws18 with SMTP id 18so5375309vws.13 for ; Mon, 05 Sep 2011 12:45:08 -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 :content-transfer-encoding; bh=1+yfnIY5kib3R8/BQXro5THDXtakvUIyMyWzTfqFXz0=; b=WawzvEbps1NlzqcHpwYn25Cmril6+sLOLszHEo3nKRaflbg5GYMAnFZ/6+us9QE79R QkEOAiuUPLUH9pBMFeOpfCHtL9HxW/OHANnn1miHnllvkLivz9q9KvWqiVVUo+HjCvvO mAQVg+BitWjKRBKThjH8PmRvC1JUZC1pX5co0= MIME-Version: 1.0 Received: by 10.52.95.229 with SMTP id dn5mr3726518vdb.431.1315250074290; Mon, 05 Sep 2011 12:14:34 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.52.187.231 with HTTP; Mon, 5 Sep 2011 12:14:34 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Sep 2011 21:14:34 +0200 X-Google-Sender-Auth: 3lISZCGj5ySlGsU6lW8ubEX4cPY Message-ID: From: "K. Macy" To: Arnaud Lacombe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org 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 19:45:09 -0000 -STABLE only implies that the ABI does not change during that release line. It makes no guarantees when moving from one branch to the next. On Mon, Sep 5, 2011 at 8:31 PM, Arnaud Lacombe wrote: > Hi, > > It would seem that the ipfw binary from a 7.4 install is not > compatible with the in-kernel implementation of ipfw from 8-STABLE. > The following command returns junk: > > # uname -a > FreeBSD =A08.2-STABLE FreeBSD 8.2-STABLE #0: Mon Sep =A05 13:26:22 EDT 20= 11 > > # ipfw show > 65535 79609572473438209 9528064790723821568 count ip from any to any > # ipfw show > 65535 80229898894966785 10211949650127093760 skipto 20069 ip from any to = any > # ipfw show > 65535 81461570961408001 11566216593050435584 divert 20069 ip from any to = any > # ipfw show > 65535 81826462792941569 11967688918742073344 tee 20069 ip from any to any > # ipfw show > 65535 85659197118611457 16196106284901072896 =A0altq ?<301> ip from any t= o any > # ipfw show > 65535 86531998897668097 17160025365645623296 ** unrecognized action 64 > len 19 =A0ip from any to any > # ipfw show > 65535 127737816351244289 7272335601653776384 ** unrecognized action > 158 len 19 =A0ip from any to any > > However as the 8-STABLE kernel have COMPAT_FREEBSD7 enabled, I would > not expect this to happen... > > Thanks, > =A0- Arnaud > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >