Changeset 8c9933ccc4ce21a447c3d08d4a8c703ea80fd9b3 for fedkit
- Timestamp:
- 09/22/09 17:31:36 (3 years ago)
- Children:
- ecf679e080796511f5d46c59c349fcdeba79b771
- Parents:
- fde165ce8c0772dfc75eae2e4d368e5263c414c9
- git-committer:
- Ted Faber <faber@isi.edu> / 2009-09-23T00:31:36Z+0000
- Files:
-
- 1 modified
-
fedkit/config_from_tunnelip.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fedkit/config_from_tunnelip.pl
rfde165c r8c9933c 53 53 54 54 # Add the host route, if needed 55 if ($route dest) {56 if ($route r) {55 if ($router) { 56 if ($routedest ) { 57 57 my @cmd; 58 58 … … 69 69 die join(" ", @cmd) . " failed: $?\n" if $?; 70 70 } 71 else { die "Destination but no router\n"; }72 71 } 72 else { warn "Destination but no router\n" if $routedest; } 73 73 exit(0);
