Changeset 1962a5bee1a92769c3963c69d6e843f18314469d for fedkit
- Timestamp:
- 05/27/10 02:50:44 (2 years ago)
- Children:
- 5e1fb7bf09cc613c00ede4fd0a144bb834bcba76
- Parents:
- 53340444df2a6d0e1a519b10db10ea1fdb819caf
- git-committer:
- Ted Faber <faber@isi.edu> / 2010-05-27T09:50:44Z+0000
- Files:
-
- 1 modified
-
fedkit/federate.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fedkit/federate.pl
r8209faa r1962a5b 116 116 } 117 117 $hosts->close(); 118 HOST: 118 119 while (<$config_hosts>) { 119 120 # Trim out hosts that were hidden by their home testbeds 120 121 for my $h (@hide) { 121 next if /^\d+\.\d+\.\d+\.\d+\s+$h-/;122 next HOST if /^\d+\.\d+\.\d+\.\d+\s+$h-/; 122 123 } 123 124 print $new_hosts $_;
