* Fix snmp_facts error on decode_hex() Remove use of some_string.decode('hex') that fails on py3, and replace with to_binascii.unhexlify() Fixes #21668