Having bridging ability in the kernel is really great.
I thought I would test out this new bridge code, so :
I picked up the v1.3.87.
With bridging code enabled in the kernel, my system does not boot at all.
It hangs after recognizing the second interface card, at the point :
-----------------------------------------
ne.c:v1.10 9/23/94 Donald Becker (becker@cesdis.gsfc.nasa.gov)
NE*000 ethercard probe at 0x300: 00 80 c8 1e 1a 1a
eth0: NE2000 found at 0x300, using IRQ 5.
NE*000 ethercard probe at 0x320: 00 80 c8 1e 1a 45
eth1: NE2000 found at 0x320, using IRQ 11.
-----------------------------------------
I am sure, I have set up the two cards and configured them alright. If I
disable bridge code, everything works and I could reach my Linux system
from both the segments.
My system works perfectly okay with most of the 1.3.x kernels and with
1.3.87 (without bridge).
Any clues ... Am I missing anything ? Where can I get some documentation
on this bridging code and it's future releases ?
/Madhu