From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 16:27:55 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1729C106566C for ; Thu, 7 Aug 2008 16:27:55 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id CEAEC8FC15 for ; Thu, 7 Aug 2008 16:27:54 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KR8LB-000AsG-1Q for stable@freebsd.org; Thu, 07 Aug 2008 17:27:53 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KR8LB-000KtI-02 for stable@freebsd.org; Thu, 07 Aug 2008 17:27:53 +0100 To: stable@freebsd.org Message-Id: From: Pete French Date: Thu, 07 Aug 2008 17:27:53 +0100 Cc: Subject: should looking at an interface with 'ifconfig' trigger a change ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 16:27:55 -0000 I have a very odd problem here - two interfaces bundled using lagg in 'failover' mode, so one interface is active and the other not being used. if the carrier drops on the active one I expect it to failover, but it doesnt. ...until I type 'ifconfig bce0' to look at the status of the interface which has gone down. At which point it fails over properly! This is most odd - how can simply looking at the config of an interface trigger the failover ? It wont fail over otherwise either - you can leave it as long as you like and lagg wont realise that the active has gone down. The interfaces here are 'bce' by the way, if that make a difference.... -pete.