Fix MD5 SNMP authentication protocol
This commit is contained in:
parent
c4e5ab65ee
commit
0142af37d1
@ -655,7 +655,7 @@ export enum SnmpAuthenticationProtocol {
|
|||||||
SHA_256 = 'SHA_256',
|
SHA_256 = 'SHA_256',
|
||||||
SHA_384 = 'SHA_384',
|
SHA_384 = 'SHA_384',
|
||||||
SHA_512 = 'SHA_512',
|
SHA_512 = 'SHA_512',
|
||||||
MD5 = 'MD%'
|
MD5 = 'MD5'
|
||||||
}
|
}
|
||||||
|
|
||||||
export const SnmpAuthenticationProtocolTranslationMap = new Map<SnmpAuthenticationProtocol, string>([
|
export const SnmpAuthenticationProtocolTranslationMap = new Map<SnmpAuthenticationProtocol, string>([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user