- Timestamp:
- Mar 16, 2010 11:34:48 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 8cce763
- Parents:
- 7e50f69
- Location:
- fedkit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/gateway_lib.pm
r7e50f69 r97edf0d 9 9 @EXPORT_OK=qw(set_sshd_params import_key wait_for_DNS deter_tunnelip 10 10 configure_outgoing_iface add_route bind_tap_to_iface iface_to_addr 11 dest_to_iface addr_to_iface read_config emulab_config_filename);11 dest_to_iface addr_to_iface read_config config_filename); 12 12 13 13 -
fedkit/port_forward.pl
r7e50f69 r97edf0d 35 35 exit(20) unless GetOptions(%opts); 36 36 37 gateway_lib::read_config(gateway_lib:: emulab_config_filename(), \%opts)37 gateway_lib::read_config(gateway_lib::config_filename(), \%opts) 38 38 if $use_file; 39 39
Note: See TracChangeset
for help on using the changeset viewer.