From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 26 05:06:11 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30A001065670 for ; Sun, 26 Apr 2009 05:06:11 +0000 (UTC) (envelope-from vinnix.bsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id E4E958FC1D for ; Sun, 26 Apr 2009 05:06:09 +0000 (UTC) (envelope-from vinnix.bsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so981582ywe.13 for ; Sat, 25 Apr 2009 22:06:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=HZZawRpJErG988iQvDLoguxQ9suEv11nR1CqSyskM1g=; b=VGW8k5xxxT0sWLxeWvZa/X9evUp9HcesKN6cGf4ujNo6KTyInkFPo7tIwnHMYZapsf /bERvn6zVIMPytqa2wPvnlK2kmU/ZJOjb3quagG6pWkET51wR/RbTrK7if60sdBCfQ0T syfdLAbM1XaPvharCOx8Bl5ez26djGBVXyTA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CGXn4geOGLH4lILaWyRnzvq3fzy3OD9Z/jkqgmq0DN1sEz1ZmhrrpuAMn/G/cB0klR 3UUzIMEEpiIXZFJfvxzKh1F9pKfjCMNMSDerQy1DBUidq6OVbzpol4h3Xvw4oUaYOFBt EW1Yn/kaS9acQETM2Cno2XfUW7+7jVaspLLlc= MIME-Version: 1.0 Received: by 10.231.20.3 with SMTP id d3mr1364165ibb.18.1240722368449; Sat, 25 Apr 2009 22:06:08 -0700 (PDT) Date: Sun, 26 Apr 2009 02:06:08 -0300 Message-ID: <1e31c7980904252206i5bf1419ydc9374e11b881c09@mail.gmail.com> From: =?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?= To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with lagg interface wired/wireless failover X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2009 05:06:11 -0000 Hi guys, I'm using RELENG_7_1 and try to setup a lagg failover connection. Here http://pastebin.com/m537b1751 I put results from netstat / ifconfig /pfctl /etc.. The problem occurs when I disconnect the cable from bge0 (the master interface). The packets are sending trough wpi0 but they just outcome don't income back (when I try ping my gateway for example). Thanks in advance, Vinnix