Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
64e8008f
Commit
64e8008f
authored
Aug 17, 2017
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lookup by iface instead of card,port.
parent
4975c07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
tbsetup/rflinks.in
tbsetup/rflinks.in
+2
-4
No files found.
tbsetup/rflinks.in
View file @
64e8008f
#!/usr/bin/perl -w
#
# Copyright (c) 2016 University of Utah and the Flux Group.
# Copyright (c) 2016
-2017
University of Utah and the Flux Group.
#
# {{{EMULAB-LGPL
#
...
...
@@ -134,9 +134,7 @@ foreach my $lan (@lans) {
next
;
}
my
$wire
=
Interface::
Wire
->
LookupAny
(
$interface
->
node_id
(),
$interface
->
card
(),
$interface
->
port
()
);
my
$wire
=
Interface::
Wire
->
LookupAnyByIface
(
$interface
);
if
(
!
defined
(
$wire
)
)
{
tbwarn
(
"
rflinks: couldn't find RF wire for
$pid
/
$eid
"
.
...
...
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