- 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.
-
- 22 Sep, 2010 1 commit
-
-
Leigh B Stoller authored
Note to self: change DB so that the default sshdport for nodes is null instead of some silly value like 11000.
-
- 21 Sep, 2010 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
port to a vnode. This can lead to confusion in the experiment if the user does not reboot all the nodes. This fix turned out to be more complicated then I thought, and I have not figured out how to apply it to trafgens port numbers.
-
- 13 Sep, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 09 Sep, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 08 Sep, 2010 1 commit
-
-
Leigh B Stoller authored
a link or lan fall on a shared node. I messed up the test in a previous commit.
-
- 07 Sep, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 30 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
a merge.
-
- 26 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 24 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
this, you could fix a VM to specific physical node, but not to another node in the topology. This change allows you to do something like the following: set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] set v1 [$ns node] set v2 [$ns node] set v3 [$ns node] tb-set-hardware $v1 pcvm tb-set-hardware $v2 pcvm tb-set-hardware $v3 pcvm # Fix the VMs to other nodes in the topology. tb-fix-node $v1 $n1 tb-fix-node $v2 $n2 tb-fix-node $v3 $n3 # This mix requires vlan encap all around tb-set-vlink-emulation "vlan" # A link between the two phys nodes. set link0 [$ns duplex-link $n1 $n2 100Mb 0ms DropTail] # A link between the two VMs. set link1 [$ns duplex-link $v1 $v2 10Mb 0ms DropTail] # A lan of three physical nodes. set lan0 [$ns make-lan "$n1 $n2 $n3" 100Mb 0ms] # A lan of three VMs set lan1 [$ns make-lan "$v1 $v2 $v3" 10Mb 0ms] # Lets mix things up. set link2 [$ns duplex-link $n1 $v2 10Mb 0ms DropTail] set lan2 [$ns make-lan "$n1 $v2 $n3" 10Mb 0ms] tb-set-node-os $n1 FEDORA8-OVZ-STD tb-set-node-os $n2 FEDORA8-OVZ-STD tb-set-node-os $n3 FEDORA8-OVZ-STD tb-set-node-os $v1 OPENVZ-STD tb-set-node-os $v2 OPENVZ-STD tb-set-node-os $v3 OPENVZ-STD
-
- 20 Aug, 2010 1 commit
-
-
Tarun Prabhu authored
than earlier.
-
- 12 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 09 Aug, 2010 2 commits
-
-
Leigh B Stoller authored
Bug fix for alloconly() mode; must set the allocstate (I was treating it like impotent()), and must also set the vname in the reserved table entry so that an update (before redeem) works properly.
-
Leigh B Stoller authored
more thought.
-
- 05 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 03 Aug, 2010 4 commits
-
-
Leigh B Stoller authored
and restored the original indentation to sections that lost it.
-
Tarun Prabhu authored
-
Tarun Prabhu authored
IMP: The change to score.cc undoes the change that Rob made some time ago to correct some fixed interface bug. I am not sure what that bug was but if I leave Rob's changes in, assign fails to honour the fixed interface and maps the link onto some other interface.
-
Leigh B Stoller authored
-
- 02 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 30 Jul, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 29 Jul, 2010 2 commits
-
-
Tarun Prabhu authored
Annotations work - well, ok, they haven't been rigorously tested yet, but I think they'll hold up. The only thing that is almost certainly broken is the conversion from links with multiple interfaces into the "node + point-to-point" links that assign knows how to deal with. Mapper now has a flag to determine whether to output the text format or rspec. rspec outputs are named *.ptop.xml and *.vtop.xml for the advertisement and request respectively.
-
Tarun Prabhu authored
Add extension and vclass support. It should be working correctly now. There's a lot of ugliness w.r.t. hardware types and sliver types, while dealing with switches, nodes and vclasses. I have tried to hide most of it in rspec_parser_v2.cc and rspec_parser_helper.cc.
-