- 06 May, 2002 12 commits
-
-
Leigh B. Stoller authored
-
Chad Barb authored
Wan (eg RON) link solver for delay, with accompianing script to fill in "physical" info part of input.
-
Chad Barb authored
added build of wanlinksolve.cc
-
Chad Barb authored
-
Chad Barb authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
events up (including TIME STARTS) by 5 seconds after ISUP is sent. Lets see if we can track this down. Also, schedule TIME STARTS like all other events to see if there is some oddity there.
-
Kirk Webb authored
-
Robert Ricci authored
-
Kirk Webb authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
that the caller can establish his virtual identity on the phys node. Eventually need per-vnodeid keys, but not necessary now since only trusted people get to use vrons.
-
- 05 May, 2002 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
since we firewall that off, but it clutters the hell out of the exports file and it was bugging me.
-
Leigh B. Stoller authored
-
- 04 May, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 03 May, 2002 1 commit
-
-
Jay Lepreau authored
by me, and and earlier one from Kristin (td.tex).
-
- 02 May, 2002 14 commits
-
-
Jay Lepreau authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Kirk Webb authored
Also included here is my defs.
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Robert Ricci authored
-
- 01 May, 2002 4 commits
-
-
Leigh B. Stoller authored
-
Mac Newbold authored
Add idle expts view to experiment list page. Filters based on days idle (default is 2), and adds a column with a button that takes you directly to the confirmation page for sending a swap/terminate request. Very cool, and handy dandy for the Idle Daemon to use. Still doesn't do sorting by last login, because that would require either a monster 15-line SQL query or saving everything into an array, sorting, and then printing, instead of our current 'print in the order you get it from the db' method. Maybe later. Changed TBExpUidLastLogins to return a daysidle value as well.
-
Leigh B. Stoller authored
interface should be configured to. Another possibility (and one we may switch to) is to add the IP to the interfaces table so it gets returned in the normal ifconfig, but thats going to require a number of cascading changes that I do not want to deal with yet.
-
Leigh B. Stoller authored
tunnels need to be created on each node; will be returned as a new tmcd command. Add nodeipportnum table, which is a hacky way to allocate non overlapping port numbers on physical nodes (when multiple virtual nodes are mapped to them). Used in assign_wrapper as a post pass over the trafgens table and the tunnels table. Add target_vname to virt_trafgens table as an aid in post passing.
-
- 30 Apr, 2002 4 commits
-
-
Robert Ricci authored
reported.
-
Robert Ricci authored
the vlans table to determine how much of the trunk bandwidth is currently 'reserved', and subtracts that from the trunk bandwidth reported in the output. This feature is disabled by default. However, you can enable it by putting the line TRACK_INTERSWITCH_BANDWIDTH=1 in your defs file.
-
Leigh B. Stoller authored
the hostnames. Eventually purge the backwards compat code when the virt_trafgens tables has been cleared of older entries (no ip addrs). The perl code on the client side should have no problem with getting IP addrs instead of hostnames (so he says).
-
Leigh B. Stoller authored
to let users set the link, but for now this will cause the table to be populated correctly for tmcd.
-
- 29 Apr, 2002 1 commit
-
-
Leigh B. Stoller authored
allow us to (eventually) use trafgens on nodes with more than one link, but more importantly, solves an immediate problem for ron nodes; a lack of hostname translation.
-