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
b623513c
Commit
b623513c
authored
Jul 30, 2001
by
Christopher Alfeld
Browse files
Fixed shark problem.
parent
3d39123f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
b623513c
...
...
@@ -97,7 +97,13 @@ sub get_iface {
if
(
defined
(
$interfacemap
{"
$node
:
$card
:
$port
"}))
{
return
$interfacemap
{"
$node
:
$card
:
$port
"};
}
else
{
return
"
(null)
";
# shark hack
if
(
$node
=~
/^sh/
)
{
return
"
eth0
";
}
else
{
return
"
(null)
";
}
# end shark hack
}
};
sub
get_ifacebw
{
...
...
Write
Preview
Supports
Markdown
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