make legacy config snmp_auth less interesting than device_auth

This commit is contained in:
Oliver Gorwits
2019-03-17 09:00:05 +00:00
parent a97e069788
commit 616ed567bc

View File

@@ -33,7 +33,7 @@ config changes over time. Returns a list which can replace C<device_auth>.
=cut
sub fixup_device_auth {
my $config = (setting('snmp_auth') || setting('device_auth'));
my $config = (setting('device_auth') || setting('snmp_auth'));
my @new_stanzas = ();
# new style snmp config