On Mon, Nov 11, 2002 at 10:49:11AM +0100, Stefan Sonnenberg-Carstens wrote:
> in my effort to write a configuration program for pf, I'd like to know if there is a >easy way to figure out, what hardware interfaces are present to the system (fxp0 etc.) In case you mean from a within a C program, see getifaddrs(3) and parse.y from pfctl source for an example. Daniel
