man.bsd.lv manual page server

Manual Page Search Parameters

PFILCTL(8) System Manager's Manual PFILCTL(8)

pfilctlpfil(9) control utility

pfilctl heads

pfilctl hooks

pfilctl link-i | -o⟩ [-a] hook head

pfilctl unlink-i | -ohook head

The pfilctl utility is intended to view and change configuration of the pfil(9) packet filtering hooks and filters on them.

List available packet filtering points.
List available packet filters.
Link hook to head. With the -i flag the hook will be connected as input and with -o as output hook. At least one of -i or -o is required. By default pfilctl will prepend the hook in front of other hooks if any present: new hook will be as close to the wire as possible, so that on input it will be the first filter and on output it will be the last. Adding the -a flag switches to appending new hook instead of prepending.
Unlink hook on head. At least one of -i or -o is required. With the -i flag the hook will be removed from the input list of hooks and with -o on output list.

ipfilter(4), ipfw(4), pf(4), pfil(9)

The pfilctl utility was written by Gleb Smirnoff <glebius@FreeBSD.org>.

January 28, 2019 FreeBSD-13.0