Changeset 8c9933c for fedkit


Ignore:
Timestamp:
Sep 22, 2009 5:31:36 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
ecf679e
Parents:
fde165c
Message:

tweak to make the routerdest behavior a littel neater.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/config_from_tunnelip.pl

    rfde165c r8c9933c  
    5353
    5454# Add the host route, if needed
    55 if ($routedest ) {
    56     if ($router) {
     55if ($router) {
     56    if ($routedest ) {
    5757        my @cmd;
    5858
     
    6969        die join(" ", @cmd) . " failed: $?\n" if $?;
    7070    }
    71     else { die "Destination but no router\n"; }
    7271}
     72else { warn "Destination but no router\n" if $routedest; }
    7373exit(0);
Note: See TracChangeset for help on using the changeset viewer.