From owner-freebsd-rc@FreeBSD.ORG Wed Jan 10 04:10:24 2007 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2AAE16A415 for ; Wed, 10 Jan 2007 04:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BB6A013C45B for ; Wed, 10 Jan 2007 04:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0A4AOJ8020827 for ; Wed, 10 Jan 2007 04:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0A4AOMD020826; Wed, 10 Jan 2007 04:10:24 GMT (envelope-from gnats) Date: Wed, 10 Jan 2007 04:10:24 GMT Message-Id: <200701100410.l0A4AOMD020826@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Andrew Thompson Cc: Subject: Re: conf/107035: bridge interface given in rc.conf not taking an (static) IP address X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Thompson List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 04:10:25 -0000 The following reply was made to PR conf/107035; it has been noted by GNATS. From: Andrew Thompson To: bug-followup@FreeBSD.org Cc: Subject: Re: conf/107035: bridge interface given in rc.conf not taking an (static) IP address Date: Fri, 5 Jan 2007 20:22:21 +1300 Hi, It would be interesting to see if it worked with a different order of the arguments, please try with: ifconfig_bridge0="inet 10.0.0.1 netmask 255.0.0.0 addm em0 addm em1" cheers, Andrew