- Timestamp:
- Sep 22, 2009 5:31:36 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- ecf679e
- Parents:
- fde165c
- File:
-
- 1 edited
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);
Note: See TracChangeset
for help on using the changeset viewer.