Changeset 97edf0d for fedkit


Ignore:
Timestamp:
Mar 16, 2010 11:34:48 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
8cce763
Parents:
7e50f69
Message:

finish rename

Location:
fedkit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedkit/gateway_lib.pm

    r7e50f69 r97edf0d  
    99@EXPORT_OK=qw(set_sshd_params import_key wait_for_DNS deter_tunnelip
    1010    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);
    1212
    1313
  • fedkit/port_forward.pl

    r7e50f69 r97edf0d  
    3535exit(20) unless GetOptions(%opts);
    3636
    37 gateway_lib::read_config(gateway_lib::emulab_config_filename(), \%opts)
     37gateway_lib::read_config(gateway_lib::config_filename(), \%opts)
    3838    if $use_file;
    3939
Note: See TracChangeset for help on using the changeset viewer.