Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
468d13e0
Commit
468d13e0
authored
Aug 04, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix for tunnels.
parent
b952db64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
protogeni/lib/GeniAggregate.pm.in
protogeni/lib/GeniAggregate.pm.in
+2
-2
No files found.
protogeni/lib/GeniAggregate.pm.in
View file @
468d13e0
...
...
@@ -945,7 +945,7 @@ sub Create($$$$$$)
$
iface1
->
SetAttribute
(
"tunnel_dstip"
,
$
ctrlip2
);
$
iface1
->
SetAttribute
(
"tunnel_ipmask"
,
"255.255.255.0"
);
$
iface1
->
SetAttribute
(
"tunnel_lan"
,
$
linkname
);
$
iface1
->
SetAttribute
(
"tunnel_unit"
,
$
iface1
->
memberid
());
$
iface1
->
SetAttribute
(
"tunnel_unit"
,
$
iface1
->
memberid
()
+
1
);
$
iface1
->
SetAttribute
(
"tunnel_style"
,
"gre"
);
}
if
(
defined
($
iface2
))
{
...
...
@@ -955,7 +955,7 @@ sub Create($$$$$$)
$
iface2
->
SetAttribute
(
"tunnel_dstip"
,
$
ctrlip1
);
$
iface2
->
SetAttribute
(
"tunnel_ipmask"
,
"255.255.255.0"
);
$
iface2
->
SetAttribute
(
"tunnel_lan"
,
$
linkname
);
$
iface2
->
SetAttribute
(
"tunnel_unit"
,
$
iface2
->
memberid
());
$
iface2
->
SetAttribute
(
"tunnel_unit"
,
$
iface2
->
memberid
()
+
1
);
$
iface2
->
SetAttribute
(
"tunnel_style"
,
"gre"
);
}
return
$
aggregate
;
...
...
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