- 25 May, 2011 3 commits
-
-
Leigh B Stoller authored
know the two links being connected together, and add an isbridge flag.
-
Leigh B Stoller authored
in the NS file (which is in TCL is derived from the node class). For example. set nodea [$ns node] set bridge1 [$ns bridge] set bridge2 [$ns bridge] set nodec [$ns node] set link0 [$ns duplex-link $nodea $bridge1 * 0ms DropTail] set link1 [$ns duplex-link $nodec $bridge1 * 0ms DropTail] With changes to the mapper, this allows the mapper to map multiple bridge nodes to a single physical node, like we do for delay nodes when there are enough interfaces. As a convenience to users, now named_setup adds CNAMES for the additional multiple mapped nodes.
-
Leigh B Stoller authored
-
- 23 May, 2011 1 commit
-
-
David Johnson authored
We now make a pass through the implemented_by tree setting port speeds that the user left up to assign (i.e., that are 0). We start at the lowest level links and assign default speeds. Then the speed values for the start and end segments for each path get propagated to the link being implemented by the path. Should be pretty generic for any number of layers. We warn if the higher level links don't support those speed settings (if they don't, we're gonna have a problem; but I think assign protects this from happening).
-
- 12 May, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 11 May, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 05 May, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 04 May, 2011 2 commits
-
-
Weibin Sun authored
-
Leigh B Stoller authored
is to prevent assign from putting the lan node on a pc; always prefer a real switch. To do this, use a feature on the real switches called real-switch:0 and when we mix pnodes and vnodes, ask for that feature on the fake lan nodes; real-switch:1.0
-
- 28 Apr, 2011 1 commit
-
-
Leigh B Stoller authored
for LM.
-
- 13 Apr, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 31 Mar, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 23 Feb, 2011 1 commit
-
-
Leigh B Stoller authored
properly. Now able to allocate and redeem tickets at PLC via cooked mode.
-
- 22 Feb, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 18 Feb, 2011 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
encapsulated link; the vinterfaces were not getting updated properly. I am not happy with the change mentioned above, but I needed it to make vlan tag pre-reservations work; the encapsulation vlan has a generated name, and that is hard to match up with the tag that is reserved before the experiment is created, as from the protogeni interface when stitching. I plan to come back and redo this after the GEC.
-
- 15 Feb, 2011 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 14 Feb, 2011 1 commit
-
-
Leigh B Stoller authored
Cleanup the debugging output in nodejailosid. Make sure that virtnodes get a reasonable default osid based on the node type info.
-
- 08 Feb, 2011 1 commit
-
-
Leigh B Stoller authored
be generalized in some fashion. Change to how vlan ecapsulation links are represented in the lans table. Formerly, we had two links; one was the underlying vlan and the other was the ecapsulated link running over it. This is required when *not* using vlan encapsulation since there might be multiple emulated networks on top of the vlan network. However, when using vlan ecapsulation, this strictly one to one; there are multiple vlan links, with the ports in trunk mode. There is no reason to have two entries in the lans table, and in fact was causing me grief wrt vlan tag reservations in protogeni, since the name of link is not the same as the name of the underlying vlan link that was getting created. And so it was impossible to match up the reservations. I pray this does not break 10 other things.
-
- 25 Jan, 2011 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
reported by Hussam.
-
- 06 Jan, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 14 Dec, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 09 Dec, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 07 Dec, 2010 1 commit
-
-
Leigh B Stoller authored
although the default is currently to do cooked mode in "basic" mode, rather then "full" mode.
-
- 29 Nov, 2010 1 commit
-
-
Leigh B Stoller authored
should retry another time.
-
- 02 Nov, 2010 1 commit
-
-
Leigh B Stoller authored
operational and may never be so. Just want to get it into the repo.
-
- 28 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
I had done this a while ago, but broke it slightly when I added MLE stuff.
-
- 22 Oct, 2010 2 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
- 20 Oct, 2010 1 commit
-
-
Jonathon Duerig authored
-
- 19 Oct, 2010 3 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 18 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 14 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
as Node->CreateVnodes() instead of Node::CreateVnodes().
-
- 12 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 08 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 04 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
vlans.
-