Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
use default images, not special images that we have no use for...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Nov 11, 2014
1 parent 4d17261 commit 84c79e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/deterlab.ns
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tb-make-soft-vtype hardware {pc2133 pc2133n pc2133x bpc2133}
tb-make-soft-vtype bhardware {bpc2133 pc2133 pc2133n pc2133x}

set router [$ns node]
tb-set-node-os $router Ubuntu-1204-Dissent
tb-set-node-os $router Ubuntu-1204-64-STD

set lanstr_users "$router "
set lanstr_servers "$router "
Expand All @@ -23,15 +23,15 @@ set client_delay 50ms

for {set i 0} {$i < $n_users} {incr i} {
set user($i) [$ns node]
tb-set-node-os $user($i) Ubuntu-1204-Dissent
tb-set-node-os $user($i) Ubuntu-1204-64-STD
tb-set-hardware $user($i) hardware
append lanstr_users "$user($i) "
tb-set-node-failure-action $user($i) "nonfatal"
}

for {set i 0} {$i < $n_servers} {incr i} {
set server($i) [$ns node]
tb-set-node-os $server($i) Ubuntu-1204-Dissent
tb-set-node-os $server($i) Ubuntu-1204-64-STD
tb-set-hardware $server($i) bhardware
append lanstr_servers "$server($i) "
tb-set-node-failure-action $server($i) "nonfatal"
Expand Down

0 comments on commit 84c79e0

Please sign in to comment.