*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: pfilctl | Section: 8 | Source: FreeBSD | File: pfilctl.8.gz
PFILCTL(8) FreeBSD System Manager's Manual PFILCTL(8) NAME pfilctl - pfil(9) control utility SYNOPSIS pfilctl heads pfilctl hooks pfilctl link <-i | -o> [-a] hook head pfilctl unlink <-i | -o> hook head DESCRIPTION The pfilctl utility is intended to view and change configuration of the pfil(9) packet filtering hooks and filters on them. COMMANDS heads List available packet filtering points. hooks List available packet filters. link <-i | -o> [-a] hook head 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 <-i | -o> hook head 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. SEE ALSO ipfilter(4), ipfw(4), pf(4), pfil(9) AUTHORS The pfilctl utility was written by Gleb Smirnoff <[email protected]>. FreeBSD 14.1-RELEASE-p8 January 28, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options