aboutsummaryrefslogtreecommitdiffstats
path: root/SiteSummary.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SiteSummary.pm')
-rw-r--r--SiteSummary.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm
index 054f78d..f86bb3d 100644
--- a/SiteSummary.pm
+++ b/SiteSummary.pm
@@ -15,7 +15,7 @@ our @EXPORT = qw(
get_sitegroup
get_hostname
get_dns_address
- get_macaddress
+ get_macaddresses
get_primary_macaddress
get_primary_ip_address
get_linux_kernel_ver
@@ -104,7 +104,7 @@ sub get_primary_ip_address {
#
# Return all MAC addresses
-sub get_macaddress {
+sub get_macaddresses {
my $hostid = shift;
my $path = get_filepath_current($hostid, "/system/ifconfig-a");
if (open (FILE, $path)) {