freebsd-src/sbin/pflowctl/Makefile
Kristof Provost f92d9b1aad pflow: import from OpenBSD
pflow is a pseudo device to export flow accounting data over UDP.
It's compatible with netflow version 5 and IPFIX (10).

The data is extracted from the pf state table. States are exported once
they are removed.

Reviewed by:	melifaro
Obtained from:	OpenBSD
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D43106
2024-01-16 09:45:53 +01:00

11 lines
110 B
Makefile

.include <src.opts.mk>
PACKAGE=pf
PROG= pflowctl
MAN= pflowctl.8
SRCS = pflowctl.c
.include <bsd.prog.mk>