Changeset 7e55a14
- Timestamp:
- Jul 13, 2012 3:31:00 PM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- 09f292b
- Parents:
- b745876
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/prep_gateway.pl
rb745876 r7e55a14 68 68 # Add the route to a peer. Wait up to an hour for the peer's IP address to 69 69 # appear in the DNS. 70 foreach my $p (split(/\s*,\s*/, $peer) {70 foreach my $p (split(/\s*,\s*/, $peer)) { 71 71 gateway_lib::add_route($p, $router, 1, 60 *60) 72 72 if $p && $router;
Note: See TracChangeset
for help on using the changeset viewer.