FILTERGEN(8) | System Manager's Manual | FILTERGEN(8) |
filtergen - packet filter compiler
filtergen [ -h | --help ] [ -V | --version ] [ -c | --compile ] [ -t target | --target=target ] [ -o outfile | --output=outfile ] infile
filtergen [ -h | --help ] [ -V | --version ] [ -c | --compile ] [ -t target | --target=target ] [ -o outfile | --output=outfile ] [ -F policy | --flush=policy ]
filtergen compiles a high-level filtering description language into a variety of target formats.
filtergen reads the ruleset from the infile specified on the command line (or standard input if infile is "-") and outputs to standard output (or outfile) via an optionally specified backend.
Both short and GNU-style long option options are accepted:
Not all backends implement all features.
The packet filter is not optimised.
fgadm(8), filter_syntax(5), filter_backends(7)
filtergen was originally written by Matthew Kirkwood. Jamie Wilkinson <jaq@spacepants.org> then rewrote a lot of the internals, added some features, and took on maintenance of the project.
January 7, 2004 |