Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
163e135a
Commit
163e135a
authored
Aug 04, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another bug fix in the tunnel code.
parent
79c24ee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tbsetup/libvtop.pm.in
tbsetup/libvtop.pm.in
+2
-2
No files found.
tbsetup/libvtop.pm.in
View file @
163e135a
...
...
@@ -5504,7 +5504,7 @@ sub UpLoadTunnels($)
$iface0->SetAttribute("tunnel_srcip", $peerip0) ||
$iface0->SetAttribute("tunnel_dstip", $peerip1) ||
$iface0->SetAttribute("tunnel_isserver",
($server eq $virtnode0 ? 1 : 0)) ||
($server eq $virtnode0
->vname()
? 1 : 0)) ||
$iface0->SetAttribute("tunnel_secretkey", $secretkey) ||
$iface0->SetAttribute("tunnel_ipmask", $mask) ||
$iface0->SetAttribute("tunnel_serverport", $ipport) ||
...
...
@@ -5519,7 +5519,7 @@ sub UpLoadTunnels($)
$iface1->SetAttribute("tunnel_srcip", $peerip1) ||
$iface1->SetAttribute("tunnel_dstip", $peerip0) ||
$iface1->SetAttribute("tunnel_isserver",
($server eq $virtnode1 ? 1 : 0)) ||
($server eq $virtnode1
->vname()
? 1 : 0)) ||
$iface1->SetAttribute("tunnel_secretkey", $secretkey) ||
$iface1->SetAttribute("tunnel_ipmask", $mask) ||
$iface1->SetAttribute("tunnel_serverport", $ipport) ||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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