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
f12cd96f
Commit
f12cd96f
authored
Jan 05, 2001
by
Christopher Alfeld
Browse files
Stupid scope bug.
parent
e90817b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ir/handle_ip.in
View file @
f12cd96f
...
...
@@ -250,7 +250,7 @@ sub get_macs {
push
(
@$macs
,
@
{
$vlanmap
{"
ddst_
$_
[0]
"}});
}
if
(
defined
(
$links
{
$_
[
0
]}))
{
(
$src
,
$dst
)
=
@
{
$links
{
$_
[
0
]}};
my
(
$src
,
$dst
)
=
@
{
$links
{
$_
[
0
]}};
if
(
&islan
(
$src
))
{
push
(
@$macs
,
@
{
$vlanmap
{
$src
}});
}
elsif
(
&islan
(
$dst
))
{
...
...
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