From owner-freebsd-current@freebsd.org Mon Aug 31 16:28:07 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682429C6B72 for ; Mon, 31 Aug 2015 16:28:07 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com [IPv6:2607:f8b0:400d:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C61115C8 for ; Mon, 31 Aug 2015 16:28:07 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: by qkct7 with SMTP id t7so4618336qkc.1 for ; Mon, 31 Aug 2015 09:28:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Yw+6mwH1Zaj7gw7y/kuhEfZWYmoLsa36Zbk+a3ZHAms=; b=EurkKzXZMhKxZq+R2N4yDiXWRuELuqcOs1q/XmTgaVTP1JDLbHO+W171m135onVXJQ BUr7wh4Jnd+WWPEfxnR8MH9R+91AWEsS7OtOH3yvg2HBi3Eei8G3rz4R0j52zukoFGYW +loCeIUrbxNN44bug5CvvaK62fmxOpjlMl+kX2X2LnjLm4wQ2CVjVr1sng67RROd1CgW +eH/O7E9qXbsg0jMdluYtUqjqxR/nFoZjDRWsM95qkABSzmA2mMd/O4sE9qaaMwyZBVK vaEZys4OWiLSvy6LsHwWEfdPddXqDloTdKo7uxYu3ysk1YvO6wd8ZlnR1Ppgq2YIpI2P RzVA== MIME-Version: 1.0 X-Received: by 10.13.227.6 with SMTP id m6mr22517760ywe.72.1441038486060; Mon, 31 Aug 2015 09:28:06 -0700 (PDT) Received: by 10.13.255.2 with HTTP; Mon, 31 Aug 2015 09:28:06 -0700 (PDT) In-Reply-To: References: Date: Mon, 31 Aug 2015 18:28:06 +0200 Message-ID: Subject: Re: Upgrading to r297291 LAGG(4) stops working. From: "Ranjan1018 ." <214748mv@gmail.com> To: Adrian Chadd Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 16:28:07 -0000 2015-08-31 10:53 GMT+02:00 Adrian Chadd : > ok, so this used to work before? And you're running -HEAD? > > > -a > > Yes, I am running: # uname -a FreeBSD ativ 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r287291M: Sat Aug 29 15:47:32 CEST 2015 root@ativ:/usr/obj/usr/src/sys/GENERIC amd64 With you suggestion the lagg interface works as before and as expected, permitting the switching from wired to wireless and vice versa. Maurizio