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
01950fbb
Commit
01950fbb
authored
Aug 11, 2014
by
Gary Wong
Browse files
Ignore link monitoring for VLANs with no tag defined.
parent
fd5b1e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/mondbd.in
View file @
01950fbb
...
...
@@ -332,6 +332,8 @@ while (1) {
my
$tag
=
$lan
->
GetTag
();
next
if
(
!
defined
(
$tag
)
||
$tag
<=
0
);
my
@members
;
next
if
(
$lan
->
MemberList
(
\
@members
)
!=
0
);
...
...
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