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
dabd6a2e
Commit
dabd6a2e
authored
Aug 24, 2017
by
Leigh B Stoller
Browse files
Minor fix to previous revision.
parent
23f4cb30
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit/snmpit_lib.pm
View file @
dabd6a2e
...
...
@@ -948,8 +948,7 @@ sub getInterfaceSettings ($) {
"
left join interface_capabilities as ic on
"
.
"
ic.type=i.interface_type and
"
.
"
capkey='noportcontrol'
"
.
"
WHERE i.node_id='
$node
' and i.iface='
$iface
'
"
.
"
and i.port=
$port
");
"
WHERE i.node_id='
$node
' and i.iface='
$iface
'
");
# Sanity check - make sure the interface exists
if
(
$result
->
numrows
()
!=
1
)
{
...
...
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