mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-17 02:19:21 +02:00
added missing doc files
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
.de Sp
|
||||
.if n .sp
|
||||
.if t .sp 0.4
|
||||
..
|
||||
.TH fwb_pix 1 "" FWB "Firewall Builder"
|
||||
.SH NAME
|
||||
fwb_ipt \- Policy compiler for Cisco PIX
|
||||
.SH SYNOPSIS
|
||||
|
||||
.B fwb_pix
|
||||
.B [-vV]
|
||||
.B [-d wdir]
|
||||
.B -f data_file.xml
|
||||
object_name
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.B fwb_pix
|
||||
is firewall policy compiler component of Firewall Builder (see
|
||||
fwbuilder(1)). Compiler reads objects definitions and firewall
|
||||
description from the data file specified with "-f" option and
|
||||
generates resultant Cisco PIX configuration file. The configuration is
|
||||
written to the file with the name the same as the name of the firewall
|
||||
object, plus extension ".fw".
|
||||
|
||||
The data file and the name of the firewall objects must be specified
|
||||
on the command line. Other command line parameters are optional.
|
||||
|
||||
.SH OPTIONS
|
||||
.IP "-f FILE"
|
||||
Specify the name of the data file to be processed.
|
||||
|
||||
.IP "-d wdir"
|
||||
Specify working directory. Compiler creates file with PIX
|
||||
configuration in this directory. If this parameter is missing, then
|
||||
PIX configuration will be placed in the current working directory.
|
||||
|
||||
.IP "-v"
|
||||
Be verbose: compiler prints diagnostic messages when it works.
|
||||
|
||||
.IP "-V"
|
||||
Print version number and quit.
|
||||
|
||||
.SH URL
|
||||
Firewall Builder home page is located at the following URL:
|
||||
.B http://www.fwbuilder.org/
|
||||
|
||||
.SH BUGS
|
||||
Please report bugs using bug tracking system on SourceForge:
|
||||
|
||||
.BR http://sourceforge.net/tracker/?group_id=5314&atid=105314
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR fwbuilder(1),
|
||||
.BR fwb_ipf(1),
|
||||
.BR fwb_ipt(1)
|
||||
.BR fwb_pf(1)
|
||||
|
||||
.P
|
||||
Reference in New Issue
Block a user