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
e1a95f2e
Commit
e1a95f2e
authored
Aug 23, 2017
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
bcde369f
Changes
1
Show whitespace changes
Inline
Side-by-side
db/Interface.pm.in
View file @
e1a95f2e
...
...
@@ -825,7 +825,7 @@ sub Dump($)
print "Type: " . $self->type() . "\n";
print "Role: " . $self->role() . "\n";
print "Trunk: " . $self->trunk() . "\n";
print "IP: " . $self->IP() . "\n";
print "IP: " .
(
$self->IP()
|| "")
. "\n";
print "MAC: " . $self->mac() . "\n";
return 0;
}
...
...
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