CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/30 06:26:14
Modified files:
usr.sbin/snmpd : pf.c
Log message:
When walking a pf table, we only are supposed to return IPv4 addresses.
If a table has mixed IPv4 and IPv6 addresses and we walk over it an IPv6
address could be returned if it followed an IPv4 address, causing an
error.
Found by florian@
OK florian@ millert@
