[Ns-bugs] [Bug 162] Calling Object::AggregateObject twice with the same Object type silently succeeds

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Thu Apr 10 12:01:29 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=162





------- Comment #23 from tomh at tomh.org  2008-04-10 15:01 -------
(In reply to comment #20)
> I looked, and fixing the example scripts to avoid asserting is trivial.
> 
>   InternetStackHelper internet;
>   internet.Install (c);
> 
> instead of
> 
>   InternetStackHelper internet;
>   internet.Install (c0);
>   internet.Install (c1);

yes, but it is not as simple in mixed-wireless.  The issue is that you need to
add the internet stack before you assign addresses, so when you are in the
middle of the for loop, you need two containers.

I seem to have no support for my objections so I will agree to drop it and
support Mathieu's suggestion, so we can move forward. 


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list