From owner-freebsd-current@FreeBSD.ORG Sun Oct 17 17:44:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766A916A4CE for ; Sun, 17 Oct 2004 17:44:42 +0000 (GMT) Received: from mail.netroad.ru (mail.netroad.ru [213.24.172.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D213443D4C for ; Sun, 17 Oct 2004 17:44:39 +0000 (GMT) (envelope-from blackv@netroad.ru) Received: from mail.netroad.ru (localhost [127.0.0.1]) by mail.netroad.ru (Postfix) with ESMTP id 3951D148608 for ; Sun, 17 Oct 2004 21:43:10 +0400 (MSD) Received: from proxy.netroad.ru (proxy.netroad.ru [213.24.172.2]) by mail.netroad.ru (Postfix) with ESMTP id 1A9FB1482A7 for ; Sun, 17 Oct 2004 21:43:10 +0400 (MSD) Received: by proxy.netroad.ru (Postfix, from userid 1003) id 29750256214; Sun, 17 Oct 2004 21:44:35 +0400 (MSD) Date: Sun, 17 Oct 2004 21:44:35 +0400 From: "Lenar D. Tukhvatullin" To: freebsd-current@freebsd.org Message-ID: <20041017174435.GC36338@proxy.netroad.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.5.1i X-AntiVirus: ClamAV at mail.netroad.ru Subject: bridge configuration and interface names X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 17 Oct 2004 17:44:42 -0000 FreeBSD 5.3-BETA7, cvsup'ed today: # ifconfig bge0.100 create ... # sysctl net.link.ether.bridge.enable=1 # sysctl net.link.ether.bridge.config="bge0.100 bge1" in log: ... kernel: interface 100 Not found in bridge and bridge does not work... It is necessary to correct this bug in bridge.c sys/net/bridge.c, line 505: /* names are lowercase and digits */ for ( beg = p ; islower(*p) || isdigit(*p) ; p++ ) Other letters, like ".", "-", "_", may be present in interface names. -- Lenar D. Tukhvatullin