Skip to content
GitLab
Menu
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
785734b9
Commit
785734b9
authored
Feb 06, 2008
by
Leigh B. Stoller
Browse files
Add vtun/gre/egre as allowed encap types.
parent
0b7c593c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat.tcl.in
View file @
785734b9
...
...
@@ -941,8 +941,14 @@ proc tb-set-link-encap {lanlink style} {
"alias"
{
set style
"alias"
}
"tunnel"
{
set style
"tunnel"
"gre"
{
set style
"gre"
}
"egre"
{
set style
"egre"
}
"vtun"
{
set style
"vtun"
}
"veth"
{
set style
"veth"
...
...
@@ -1118,8 +1124,14 @@ proc tb-set-vlink-emulation {style} {
"alias"
{
set style
"alias"
}
"tunnel"
{
set style
"tunnel"
"gre"
{
set style
"gre"
}
"egre"
{
set style
"egre"
}
"vtun"
{
set style
"vtun"
}
"veth"
{
set style
"veth"
...
...
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