Changeset c8c2c64 for fedkit


Ignore:
Timestamp:
Feb 5, 2009 6:09:07 PM (15 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:
14a2f95
Parents:
b0c185f
Message:

report correct error when tunnelrouter is missing

File:
1 edited

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);
Note: See TracChangeset for help on using the changeset viewer.