Changeset 87b1a06


Ignore:
Timestamp:
Jul 12, 2012 6:00:41 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
b745876
Parents:
4ffa6f8
Message:

Some minimal changes for nat_portal

Location:
fedkit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedkit/active_config.pl

    r4ffa6f8 r87b1a06  
    4848
    4949print "Waiting for ssh on $peer\n";
     50# XXX: should be $ssh_port?
    5051gateway_lib::wait_for_port($peer, 22, 60*60) ||
    5152    die "ssh never came up on $peer\n";
  • fedkit/gateway_lib.pm

    r4ffa6f8 r87b1a06  
    7979    $sleep = 5 unless $sleep;
    8080    my $rv;
     81
     82    # If the name is an IP address, skip this.
     83    return if $name =~ /^[\d\.]+$/;
    8184
    8285    while (!$rv) {
Note: See TracChangeset for help on using the changeset viewer.