Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
44d05882
Commit
44d05882
authored
Jan 08, 2008
by
Leigh B. Stoller
Browse files
Guess we have not built tunnels in a while! Fix type in argument
processing.
parent
94d224a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/libsetup.pm
View file @
44d05882
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# All rights reserved.
#
# TODO: Signal handlers for protecting db files.
...
...
@@ -1207,9 +1207,9 @@ sub gettunnelconfig($)
$tunnel
->
{"
PASSWORD
"}
=
$
5
;
$tunnel
->
{"
ENCRYPT
"}
=
$
6
;
$tunnel
->
{"
COMPRESS
"}
=
$
7
;
$tunnel
->
{"
IPADDR
"}
=
$
9
;
$tunnel
->
{"
IPMASK
"}
=
$
10
;
$tunnel
->
{"
PROTO
"}
=
$
1
1
;
$tunnel
->
{"
IPADDR
"}
=
$
8
;
$tunnel
->
{"
IPMASK
"}
=
$
9
;
$tunnel
->
{"
PROTO
"}
=
$
1
0
;
push
(
@tunnels
,
$tunnel
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment