- Mar 07, 2003
-
-
Robert Ricci authored
-
Robert Ricci authored
-
Chad Barb authored
There were two "uninitialized variable used" warnings.. one was due to a check for $type ne "", which I changed to ((defined $type) && ($type ne "")). The other is due to NULL values in the iface column of the interfaces table. Rob is going to change the schema to disallow such NULLs.
-
Chad Barb authored
Errant '?' removed.
-
Leigh B. Stoller authored
there are no osid/images to list.
-
Chad Barb authored
Still not fully tested, but seems to work. Fixed minor error. (When $TESTMODE == 1, swapped in experiment was incorrectly being put into ACTIVE after it was put into TESTING.)
-
Robert Ricci authored
-
Robert Ricci authored
sense to comment the hell out of these files than to have descriptions elsewhere (setup.txt) Also, I want people to use these rather than the defaults, because the defaults actually have some Utah-specific stuff, like $TBMAINSITE=1, and enabling SFS and NSE support.
-
Chad Barb authored
NOT TESTED; NOT READY FOR PRIME TIME. Archived here for backup/review purposes. Initial version; unifies tbswapout and tbswapin into one script. Should be just like tbswapin/out except: tbswapin foo bar => tbswap in foo bar tbswapout foo bar => tbswap out foo bar The main win here is that doSwapin() is a function, as is doSwapout(). If doSwapin() fails, actual doSwapout() code can be called. Also includes retry framework (functionalizing doSwapin and doSwapout makes retrying much cleaner.)
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- Mar 06, 2003
-
-
Chad Barb authored
Added XML view to updown (pass "output=xml" as a CGI var.) Added Thumbnail-on-demand to showexp
-
Robert Ricci authored
-r switch from the assign command line in assign_wrapper, since it's now the default.
-
Shashi Guruprasad authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
default SNMP community string (from configure) for individual switch stacks.
-
Leigh B. Stoller authored
a certain person who shall remain nameless unhappy!
-
Robert Ricci authored
go on the end of a link line in the top file, trivial_ok . This means that it's okay to map the virtual link to a trivial link. By default, it will not be permissible to use trivial links. Right now, however, trivial links are OK by default, but that will change once assign_wrapper flags all simulated links as trivial_ok .
-
Robert Ricci authored
endpoints in the same order they went in.
-
Leigh B. Stoller authored
current problem since it was hardwired to the current FBSD image.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- Mar 05, 2003
-
-
Robert Ricci authored
-
Robert Ricci authored
ExecQuiet
-
Robert Ricci authored
this part of the patch.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
instead of the default one isntalled by the port.
-
Robert Ricci authored
-
Robert Ricci authored
using the new assign, and captures Leigh's linkdelays work.
-
Robert Ricci authored
httpd.conf, so callinging it apache.conf and symlinking it is kinda silly.
-
Leigh B. Stoller authored
even when the delays table is not setup properly (cause its an experiment swapped in under the old assign_wrapper).
-
- Mar 04, 2003
-
-
Chad Barb authored
-
Chad Barb authored
De-"new!"-ification. Added a "COOL" menu option, which puts up a gold star, without lying. (e.g., for Join Netbed)
-
Leigh B. Stoller authored
on end nodes). Add support for lans (only duplex links were really supported). Finish up simplex vs duplex stuff wrt the delay_mapping file. Some cleanup, but this program needs a total rewrite and I was not in the mood.
-
Chad Barb authored
Fixed problem in project approval page (unclosed "<p>" tag again) and shrunk big thumbnail a bit in showexp.
-
Chad Barb authored
Added PC Usage reporting to thumbnail view Added "Sort-by" to thumbnail view Changed "Show" so link is not presented to Show mode user is already on. Changed "Show/View/Sort by" links to not change color after visited.
-
Chad Barb authored
Added maximum node size in thumbnail; So single node experiments won't visualize as a huge green square, but rather a smaller one.
-
Mac Newbold authored
-