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-stable
Commits
164c8dbb
Commit
164c8dbb
authored
Aug 15, 2006
by
Mike Hibler
Browse files
Enable "vlan" style encapsulation so I can start testing
parent
0677061b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat.tcl.in
View file @
164c8dbb
...
...
@@ -933,9 +933,7 @@ proc tb-set-link-encap {lanlink style} {
set style
"veth-ne"
}
"vlan"
{
perror
"
\[
tb-set-link-encap] 'vlan' encap not yet supported"
return
# set style "vlan"
set style
"vlan"
}
default
{
perror
"
\[
tb-set-link-encap] one of: 'alias', 'veth', 'veth-ne', 'vlan'"
...
...
@@ -1109,9 +1107,7 @@ proc tb-set-vlink-emulation {style} {
set style
"veth-ne"
}
"vlan"
{
perror
"
\[
tb-set-encapsulate] 'vlan' encap not yet supported"
return
# set style "vlan"
set style
"vlan"
}
default
{
perror
"
\[
tb-set-encapsulate] one of: 'alias', 'veth', 'veth-ne', 'vlan'"
...
...
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