Re: Silly advise in bridge Configure help

Randy.Dunlap (randy.dunlap@verizon.net)
Wed, 06 Nov 2002 20:20:58 -0800


This is a multi-part message in MIME format.
--------------BF09BD75E4373F9F2836F7EA
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bert Hubert said a few days back:
| In the Configure HELP of Ethernet bridging:
|
| "Note that if your box acts as a bridge, it probably contains
| several Ethernet devices, but the kernel is not able to recognize
| more than one at
| boot time without help; for details read the Ethernet-HOWTO,
| available from in <http://www.linuxdoc.org/docs.html#howto>."
|
| This is extremely bogus these days and prone to confuse people.
| I suggest this warning is removed.

Sounds good, so here's the patch to 2.5.46 Kconfig to do that
if you want it.

~Randy
--------------BF09BD75E4373F9F2836F7EA
Content-Type: text/plain; charset=us-ascii;
name="bridge_help-2.5.46.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="bridge_help-2.5.46.patch"

--- ./net/Kconfig%fixhelp Mon Nov 4 14:30:05 2002
+++ ./net/Kconfig Wed Nov 6 20:07:13 2002
@@ -382,11 +382,6 @@
for location. Please read the Bridge mini-HOWTO for more
information.

- Note that if your box acts as a bridge, it probably contains several
- Ethernet devices, but the kernel is not able to recognize more than
- one at boot time without help; for details read the Ethernet-HOWTO,
- available from in <http://www.linuxdoc.org/docs.html#howto>.
-
If you want to compile this code as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/modules.txt>. The module

--------------BF09BD75E4373F9F2836F7EA--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/