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
83e741d9
Commit
83e741d9
authored
Oct 31, 2003
by
Robert Ricci
Browse files
Change to string equality, since we're using iface, not card, for
the new interfaces.
parent
b4c1e4c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/newnode.in
View file @
83e741d9
...
...
@@ -226,7 +226,7 @@ NODE: foreach my $node_id (@node_ids) {
my
$iface_IP
=
"";
my
$wire_type
=
"
Node
";
my
$iface_role
=
TBDB_IFACEROLE_EXPERIMENT
();
if
(
$iface
==
$control_iface
)
{
if
(
$iface
eq
$control_iface
)
{
$iface_IP
=
$IP
;
$wire_type
=
"
Control
";
$iface_role
=
TBDB_IFACEROLE_CONTROL
();
...
...
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