Show
Ignore:
Timestamp:
09/22/09 17:31:36 (3 years ago)
Author:
Ted Faber <faber@…>
Children:
ecf679e080796511f5d46c59c349fcdeba79b771
Parents:
fde165ce8c0772dfc75eae2e4d368e5263c414c9
git-committer:
Ted Faber <faber@isi.edu> / 2009-09-23T00:31:36Z+0000
Message:

tweak to make the routerdest behavior a littel neater.

Files:
1 modified

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);