Show
Ignore:
Timestamp:
02/05/09 18:09:07 (3 years ago)
Author:
Ted Faber <faber@…>
Children:
14a2f95fb370909c09fe4da0ea85a779cea39fc5
Parents:
b0c185f4ab5a06c1e5b24fd43bf32108505281db
git-committer:
Ted Faber <faber@isi.edu> / 2009-02-06T02:09:07Z+0000
Message:

report correct error when tunnelrouter is missing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fedkit/fed-tun.pl

    rb0c185f rc8c2c64  
    395395 
    396396    die "Unable to determine tunnel node configuration information" 
    397         if (!defined($tunnel_router)); 
     397        if (!defined($tunnel_router) || !$tunnel_router); 
    398398 
    399399    print "tunnel options:  ip=$tunnel_ip mask=$tunnel_mask mac=$tunnel_mac router=$tunnel_router\n" if ($debug);