diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-27 20:40:37 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-27 20:40:37 +0200 |
commit | a00e9764487bc895d7d4658641959f92e3d50c5b (patch) | |
tree | f2bbf057f382844d17a5e010c5b07e3e4102e245 /include/nms.pm | |
parent | a50447265364d73bfbf2d2bccef90d470fb8a894 (diff) |
Support at least one MAC-address logging thing
Might have to re-think how we do this in the long run, possibly providing
some richer config to avoid hard-coding it in the collector.
But for now:
Fixes #28
Diffstat (limited to 'include/nms.pm')
-rwxr-xr-x | include/nms.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nms.pm b/include/nms.pm index df4cc3a..eff61c3 100755 --- a/include/nms.pm +++ b/include/nms.pm @@ -8,7 +8,7 @@ use JSON; package nms; use base 'Exporter'; -our @EXPORT = qw(db_connect); +our @EXPORT = qw(db_connect convert_mac); BEGIN { require "config.pm"; |