CVSROOT: /cvs Module name: src Changes by: sas...@cvs.openbsd.org 2022/11/21 00:27:11
Modified files: sbin/pfctl : pfctl_table.c sys/net : pf_if.c Log message: Fix DIOCIGETIFACES ioctl so all network interfaces and interface groups are reported. The bug allowed to enumerate the first 64 interfaces only. The issue has been noticed and bug kindly reported by Olivier Croquin. OK kn@