           SPELL=bridge-utils
         VERSION=1.0.4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/bridge/${SOURCE}
     SOURCE_HASH=sha512:f7c112598d6d768fd9ea62772a2d83a34e71ce374139230df5a0b5c83db9956b7ea65778a31f5a711d3b6d6bb388b690b421b08779ed9f00ca7477f1bf98bfbe
        WEB_SITE=http://bridge.sourceforge.net/
         ENTERED=20030126
      LICENSE[0]=GPL
        KEYWORDS="net"
           SHORT="Turns you box into a (poor) switch."
cat << EOF
Bridging is the act of connecting together multiple ethernets to appear as one
large ethernet to the participating hosts. This is done by having one device
with multiple ethernet interfaces, called a bridge, listen on all its
interfaces for packets, including packets that are not destined to it, and
selectively resend these packets on other interfaces. This process is totally
transparent to the participating hosts.

How do you know whether you want bridging? In general, it's hard to say. There
is a simple guideline, however. If you want to connect multiple ethernets
together which are all part of the same IP subnet, bridging is what you want.
Conversely, if you want to connect different IP subnets together, bridging is
not what you want (you want routing instead).
EOF
