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
eb813655
Commit
eb813655
authored
Jan 09, 2008
by
Leigh B. Stoller
Browse files
Allow "tunnel" to be an encapsulation type.
parent
5c7b78db
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat.tcl.in
View file @
eb813655
# -*- tcl -*-
#
# EMULAB-COPYRIGHT
# Copyright
(
c
)
2000-2006 University of Utah and the Flux Group.
# Copyright
(
c
)
2000-2006
, 2008
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -941,6 +941,9 @@ proc tb-set-link-encap {lanlink style} {
"alias"
{
set style
"alias"
}
"tunnel"
{
set style
"tunnel"
}
"veth"
{
set style
"veth"
}
...
...
@@ -1115,6 +1118,9 @@ proc tb-set-vlink-emulation {style} {
"alias"
{
set style
"alias"
}
"tunnel"
{
set style
"tunnel"
}
"veth"
{
set style
"veth"
}
...
...
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