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-devel
Commits
2cd8a8c2
Commit
2cd8a8c2
authored
Mar 24, 2005
by
Mike Hibler
Browse files
Further qualify the WIDEAREA_LOCALNODE lookup.
parent
67df891e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/plab/plablinkdata.in
View file @
2cd8a8c2
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2003 University of Utah and the Flux Group.
# Copyright (c) 2000-2003
, 2005
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -137,7 +137,8 @@ print "\n=== plablinkdata running at " . `date`;
#
my
$query_result
=
DBQueryFatal
("
select iface from interfaces
"
.
"
where node_id='
"
.
TBDB_WIDEAREA_LOCALNODE
.
"
'
");
"
where node_id='
"
.
TBDB_WIDEAREA_LOCALNODE
.
"
'
"
.
"
and role='ctrl'
");
if
(
$query_result
->
num_rows
()
!=
1
)
{
fatal
("
Unable to determine iface for
"
.
TBDB_WIDEAREA_LOCALNODE
);
}
...
...
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