|
RPSL2ACLrpsl2acl - create a list of CIDRs from RPSL databaseSYNOPSISrpsl2acl [options]DESCRIPTIONRpsl2acl queries a set of RPSL objects from a whois server, extracts members: records and converts them into a list of non-overlapping CIDR values. The resulting list is sorted lexicographically.The program exits with code 0 if the file is up to date, 1 if it has successfully updated the file, 2 if some error ocurred and 3 if the command line usage was incorrect. OPTIONSThe following options control the output:
The following options control the selection of RPSL objects and initial contents of the output list:
The following options control TCP connections:
Options controlling log and debug output:
Informational options:
CONFIGURATIONThe program reads its configuration from one of the following locations:
The first existing file from this list is read. It is an error, if the $RPSL2ACL_CONF variable is set, but points to a file that does not exist. It is not an error if $RPSL2ACL_CONF is not set and neither of the two remaining files exist. It is, however, an error if any of these file exists, but is not readable. The configuration file uses a usual UNIX configuration format. Empty lines and UNIX comments are ignored. Each non-empty line is either an option name, or option assignment, i.e. opt=val, with any amount of optional whitespace around the equals sign. Valid option names are the same as long command line options, but without the leading --. For example: objects = RS-FOO,RS-BAR,RS-BAZ aclname = mynets add-network = 10.0.0.0/8 outfile = networks.inc ENVIRONMENT
SEE ALSOaxfr2acl(1).AUTHORSergey Poznyakoff <gray@gnu.org>POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |