diff options
author | root <root@colazero.tele.tg18.gathering.org> | 2018-03-31 22:28:26 +0200 |
---|---|---|
committer | root <root@colazero.tele.tg18.gathering.org> | 2018-03-31 22:28:26 +0200 |
commit | 38b48dd77b57b116f633b1cf5d68cc70a44b1ea8 (patch) | |
tree | 52b6b4a1af7c4aff3321f4ce60e88d4a483ba315 /include/nms/snmp.pm | |
parent | be54730288b9925003e88788e65f11199cc8292b (diff) |
Throw TG18-stuff over the wall
Diffstat (limited to 'include/nms/snmp.pm')
-rw-r--r-- | include/nms/snmp.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nms/snmp.pm b/include/nms/snmp.pm index 45ab6c6..6165a5a 100644 --- a/include/nms/snmp.pm +++ b/include/nms/snmp.pm @@ -1,6 +1,7 @@ #! /usr/bin/perl use strict; use warnings; +use FixedSNMP; use SNMP; use nms; package nms::snmp; |