Changeset 4abace9 for fedkit/splitter.pl


Ignore:
Timestamp:
Feb 29, 2008 9:45:35 AM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
f64fa81
Parents:
906c763
Message:

Changes to imporve reliability of routes coming up. Restructuring of
federate leaves the stsyem in a state where we can safely restart the router
(specifically, talking to the local boss again) and we restart it in the
final topology. This introduces a lag in routing actually being established.
It may be useful to add a lag to the startcmd to take this into account.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/splitter.pl

    r906c763 r4abace9  
    99use File::Copy;
    1010
    11 my @scripts = ("federate.sh", "smbmount.pl", "make_hosts", "fed-tun.pl");
     11my @scripts = ("fed_bootstrap", "federate.sh", "smbmount.pl",
     12    "make_hosts", "fed-tun.pl");
    1213my $local_script_dir = ".";
    1314my($pid, $gid);                 # Process and group IDs for calling parse.tcl
Note: See TracChangeset for help on using the changeset viewer.