Netspoc - A Network Security Policy Compiler
netspoc [options] {in-directory | in-file | -} [out-directory]
Check for unused groups and servicegroups.
Check for subnets which aren't declared with 'subnet_of' or 'route_hint'.
Check for unenforceable rules, i.e. no managed device between src and dst.
Check for duplicate rules.
Check for redundant rules.
Check for policies where owner can't be derived.
Check for policies where multiple owners have been derived.
Check for transient any rules.
Generate default route to minimize number of routing entries.
Add comments to generated access lists.
Add comments to generated route commands.
Print warning about ignored ICMP code fields at PIX firewalls.
Ignore these names when reading directories.
Abort after this many errors.
Print progress messages.
Don't print progress messages.
Print progress messages with time stamps.
Print a brief help message and exits.
Prints the manual page and exits.
Compile all files from 'in-directory' or from a single 'in-file' or from STDIN. Output is generated in 'out-directory' or sent to STDOUT.
(C) 2011 by Heinz Knutzen <heinzknutzen@users.berlios.de>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
$Id: netspoc,v 1.34 2011/01/01 23:42:22 hk Exp $