Skip to content

Commit

Permalink
minor wording update netfilter -> iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Oct 14, 2011
1 parent 45ecc6f commit 9962dc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions doc/fwknopd.man.asciidoc
Expand Up @@ -88,7 +88,7 @@ COMMAND-LINE OPTIONS
will preserve the command line options that were supplied to the
original *fwknopd* process but will force *fwknopd* to re-read the
'fwknopd.conf' and 'access.conf' files. This will also force a
flush of the current ``FWKNOP'' Netfilter chain(s).
flush of the current ``FWKNOP'' iptables chain(s).

*--rotate-digest-cache*::
Rotate the digest cache file by renaming it to ``<name>-old'', and
Expand Down Expand Up @@ -383,8 +383,9 @@ Defines all knock sequences and access control directives.

DEPENDENCIES
------------
The *fwknopd* daemon requires a functioning Netfilter firewall on the
underlying operating system.
The *fwknopd* daemon requires a functioning firewall on the underlying
operating system. Supported firewalls as of the fwknop-2.0 release are
iptables, ipfw, and pf.


DIAGNOSTICS
Expand All @@ -402,7 +403,7 @@ fwknop(8), iptables(8), libfko docmentation.

AUTHOR
------
Damien Stuart <dstuart@dstuart.org>,
Damien Stuart <dstuart@dstuart.org>,
Michael Rash <mbr@cipherdyne.org>


Expand Down
5 changes: 3 additions & 2 deletions server/fwknopd.8.in
Expand Up @@ -122,7 +122,7 @@ to re\-read the
\fIfwknopd\&.conf\fR
and
\fIaccess\&.conf\fR
files\&. This will also force a flush of the current \(lqFWKNOP\(rq Netfilter chain(s)\&.
files\&. This will also force a flush of the current \(lqFWKNOP\(rq iptables chain(s)\&.
.RE
.PP
\fB\-\-rotate\-digest\-cache\fR
Expand Down Expand Up @@ -460,7 +460,8 @@ Defines all knock sequences and access control directives\&.
.RE
.SH "DEPENDENCIES"
.sp
The \fBfwknopd\fR daemon requires a functioning Netfilter firewall on the underlying operating system\&.
The \fBfwknopd\fR daemon requires a functioning firewall on the underlying operating system\&.
Supported firewalls as of the fwknop\-2\&.0 release are iptables, ipfw, and pf\&.
.SH "DIAGNOSTICS"
.sp
\fBfwknopd\fR can be run in debug mode by combining the \fB\-f, \-\-foreground\fR and the \fB\-v, \-\-verbose\fR command line options\&. This will disable daemon mode execution, and print verbose information to the screen on stderr as packets are received\&.
Expand Down

0 comments on commit 9962dc0

Please sign in to comment.