[Ns-bugs] [Bug 114] global routing doesn't handle multi-hop layer-2 subnets
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sat Nov 22 20:11:29 PST 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=114
--- Comment #10 from Tom Henderson <tomh at tomh.org> 2008-11-22 23:11:29 EDT ---
(In reply to comment #8)
> The
> bridge ports themselves are expected *not* to have IP addresses. This allows a
> host to bridge some of its interfaces together without needing a separate
> bridge node.
I agree-- could we enforce this by checking whether NetDeviceIsBridged() such
as at line 613 or so?
if (NetDeviceIsBridged (ndLocal))
{
continue;
}
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list