Page MenuHomeFreeBSD

bsnmpget should print protocol errors to stderr
ClosedPublic

Authored by eugen_grosbein.net on Aug 1 2020, 9:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 4, 3:42 AM
Unknown Object (File)
Jun 25 2024, 10:04 PM
Unknown Object (File)
Jun 21 2024, 8:51 PM
Unknown Object (File)
Jun 21 2024, 6:52 AM
Unknown Object (File)
Jun 11 2024, 9:50 PM
Unknown Object (File)
Jun 10 2024, 1:44 PM
Unknown Object (File)
May 30 2024, 9:18 PM
Unknown Object (File)
May 21 2024, 6:10 PM
Subscribers

Details

Summary

Currently it is hard to determine if remote SNMP agent supports needed OID/subtree using automated tools with bsnmpget(1) because it prints an error to stdout mixing it with received other data.

This change makes it print error to stderr, as well as bsnmpwalk/bsnmpset that is same tool really.

Test Plan

Try to check for IF-MIB::ifHCInMulticastPkts

bsnmpwalk -o quiet -n -r 3 -t 2 -s public@switch .1.3.6.1.2.1.31.1.1.1.8 > /dev/null

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks good to me; let's wait if syrinx thinks the same.

The change looks reasonable to me, please commit

This revision is now accepted and ready to land.Aug 5 2020, 9:05 AM