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
5284665a
Commit
5284665a
authored
Sep 09, 2004
by
Robert Ricci
Browse files
Nit from Jay - spell collate correctly.
parent
fd3ad8c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_cisco_stack.pm
View file @
5284665a
...
...
@@ -9,7 +9,7 @@
#
# snmpit module for a stack of Cisco Catalyst 6509 switches. The main purpose
# of this module is to contain knowledge of how to manage stack-wide operations
# (such as VLAN creation), and to co
a
llate the results of listing operations
# (such as VLAN creation), and to collate the results of listing operations
# on multiple switches
#
...
...
@@ -147,7 +147,7 @@ sub listVlans($) {
my
$self
=
shift
;
#
# We need to 'co
a
llate' the results from each switch by putting together
# We need to 'collate' the results from each switch by putting together
# the results from each switch, based on the VLAN identifier
#
my
%vlans
=
();
...
...
@@ -188,7 +188,7 @@ sub listPorts($) {
my
$self
=
shift
;
#
# All we really need to do here is co
a
llate the results of listing the
# All we really need to do here is collate the results of listing the
# ports on all devices
#
my
%portinfo
=
();
...
...
@@ -533,7 +533,7 @@ sub getStats($) {
my
$self
=
shift
;
#
# All we really need to do here is co
a
llate the results of listing the
# All we really need to do here is collate the results of listing the
# ports on all devices
#
my
%stats
=
();
...
...
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