Changeset 17c2f7b
- Timestamp:
- May 25, 2012 4:41:57 PM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- 9f4b3c6
- Parents:
- 815cd26
- Location:
- fedkit
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/Makefile
r815cd26 r17c2f7b 3 3 config_from_tunnelip.pl active_config.pl combo.pl \ 4 4 prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \ 5 gated_routing.pl start_seer.pl ospf_routing.pl 5 gated_routing.pl start_seer.pl ospf_routing.pl quagga_routing.pl 6 6 7 7 LIBRARIES=gateway_lib.pm -
fedkit/federate.pl
r815cd26 r17c2f7b 170 170 system("$perl /usr/local/federation/bin/gated_routing.pl") 171 171 if -r "/usr/local/federation/bin/gated_routing.pl"; 172 if ($?) { 173 system("$perl /usr/local/federation/bin/quagga_routing.pl") 174 if -r "/usr/local/federation/bin/quagga_routing.pl"; 175 } 172 176 } 173 177 elsif ($uname =~/FreeBSD/ ) {
Note: See TracChangeset
for help on using the changeset viewer.