On Wed, 3 Apr 2024 at 16:05, Bart Van Assche wrote:
> Something else must be going on. This is the code from configure.ac that
> checks for libnl-3:
>
> if test "x$ac_cv_header_netlink_netlink_h" = xyes; then
> AC_EGREP_HEADER([nl_socket_free], [netlink/socket.h],
>
On 4/3/24 02:35, Teus Benschop wrote:
A snmpd was set to listen on 10 ports through multiple entries like
“agentaddress tcp:” in the snmpd.conf file.
It was verified through snmpget that the snmpd listens on all 10 ports.
Function “netsnmp_callback_open” in file
snmplib/transports/snmpCallba
On Thu, 28 Mar 2024 at 00:13, Bart Van Assche wrote:
> Thanks for the background information. I'm not sure the Net-SNMP API needs
> to be modified to realize this. How about the following approach:
>
>- Use netsnmp_register_handler() in MIB implementations to associate
>OIDs with callback