CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2012/10/01 05:36:55
Modified files: usr.sbin/snmpd : mib.c mps.c snmpd.h Log message: Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. This fixes an issue which aborted the address traversal / SNMP walk when an "any"/0.0.0.0 address was configured on an interface. The problem was found with a pppoe(4) device that is typically configured with 0.0.0.0 on startup. Found and fix tested by Gerhard Roth