Changeset 27b6aea for fedkit/fed-tun.pl


Ignore:
Timestamp:
Sep 11, 2008 5:07:31 PM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
c52c48d
Parents:
89d9502
Message:

seer private pubsub support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/fed-tun.pl

    r89d9502 r27b6aea  
    3434my $SMBFS_PORT = 139;
    3535my $PUBSUB_PORT = 16505;
     36my $SEER_PORT = 16606;
    3637
    3738
     
    126127    }
    127128
     129    # Forward connections to seer from remote TBs to control in this TB
     130    if (defined($opts{'seercontrol'})) {
     131        push(@ssh_port_fwds,"-R :$SEER_PORT:$opts{seercontrol}:$SEER_PORT");
     132    }
     133
    128134    @ssh_port_fwds = () if ($opts{'type'} eq 'experiment');
    129135
Note: See TracChangeset for help on using the changeset viewer.