Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2004 21:44:35 +0400
From:      "Lenar D. Tukhvatullin" <blackv@netroad.ru>
To:        freebsd-current@freebsd.org
Subject:   bridge configuration and interface names
Message-ID:  <20041017174435.GC36338@proxy.netroad.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041017174435.GC36338>