From owner-freebsd-jail@FreeBSD.ORG Tue Apr 16 22:13:07 2013 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E638FFD7 for ; Tue, 16 Apr 2013 22:13:07 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id BB0021B76 for ; Tue, 16 Apr 2013 22:13:07 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id at1so1199079iec.27 for ; Tue, 16 Apr 2013 15:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=+gaCOmPbpAqur9MQUUivLTGtWDEJRALx7HIi9mYVp5U=; b=Nr9JLH4oykQV0RE1gaaxXeMNUoWyx/JZ3Phqps+DCvKrr8nUwgxvpKkTmQXxMENjUj zQrQWX5569AXCEm+fs2TzT9KwkU9mc7tSNKNLoy3p33LKQazXs1K0NP5bV8WV4GVvuS6 jxrwMDboZI4TzSB2HfX37GfZrWaqY4HREGzBlqtzWJ2Ybf6Ca6MatLc+ZDWzluMnJIB8 v4EeTUzaQggCQEWHD2TTRYyEtq7EHq1oxevyvq/7Slkdxv7Oh8D82As4DwuTDpY6c5nM g80XNtqnnBGAsj7L93m7ZQwPm8hiEB54ZbGEc10xeZmkZrNszPN6c/dOul0Wv1EUI7s9 G14A== MIME-Version: 1.0 X-Received: by 10.50.130.83 with SMTP id oc19mr2670198igb.29.1366150387483; Tue, 16 Apr 2013 15:13:07 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.42.83.83 with HTTP; Tue, 16 Apr 2013 15:13:07 -0700 (PDT) In-Reply-To: References: <13CA24D6AB415D428143D44749F57D7201F03E5D@ltcfiswmsgmb21> Date: Tue, 16 Apr 2013 18:13:07 -0400 X-Google-Sender-Auth: _p265nNeFP_XlMqqcifOFgmxekQ Message-ID: Subject: Re: routing in VIMAGE jails with different versions From: J David To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 22:13:08 -0000 This does appear to work under light testing; after applying and massaging the patch I was able to add a default route to an 8.3-i386 jail on a 9-STABLE-amd64 host. I put the updated-for-9-STABLE patch here: http://pastebin.com/iThJpMTe (The referenced patch is by Sergey Kandaurov, not me, and I am not claiming any credit for it.)