Changeset 97edf0d07f46b471e90b602dc4214cdfb6836d91 for fedkit
- Timestamp:
- 03/16/10 23:34:48 (2 years ago)
- Children:
- 8cce763f9c6d3f9826eb268475cc9d7e61e85ebf
- Parents:
- 7e50f690565074b0d6400487c86d12d880093d22
- git-committer:
- Ted Faber <faber@isi.edu> / 2010-03-17T06:34:48Z+0000
- Location:
- fedkit
- Files:
-
- 2 modified
-
gateway_lib.pm (modified) (1 diff)
-
port_forward.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fedkit/gateway_lib.pm
r9b3627e 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
