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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.