mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Document compiler globals
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
edc9e25f25
commit
8dcfd86f3a
@ -47,13 +47,13 @@ our @EXPORT = qw( compiler );
|
|||||||
our @EXPORT_OK = qw( $export );
|
our @EXPORT_OK = qw( $export );
|
||||||
our $VERSION = 'MODULEVERSION';
|
our $VERSION = 'MODULEVERSION';
|
||||||
|
|
||||||
our $export;
|
our $export; # True when compiling for export
|
||||||
|
|
||||||
our $test;
|
our $test; # True when running regression tests
|
||||||
|
|
||||||
our $family;
|
our $family; # IP address family (4 or 6)
|
||||||
|
|
||||||
our $have_arptables;
|
our $have_arptables; # True if we have arptables rules
|
||||||
|
|
||||||
#
|
#
|
||||||
# Initilize the package-globals in the other modules
|
# Initilize the package-globals in the other modules
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
# --debug # Print stack trace on warnings and fatal error.
|
# --debug # Print stack trace on warnings and fatal error.
|
||||||
# --log=<filename> # Log file
|
# --log=<filename> # Log file
|
||||||
# --log_verbosity=<number> # Log Verbosity range -1 to 2
|
# --log_verbosity=<number> # Log Verbosity range -1 to 2
|
||||||
|
# --test # Used by the regression library to omit versions and time/dates
|
||||||
|
# # from the generated script
|
||||||
# --family=<number> # IP family; 4 = IPv4 (default), 6 = IPv6
|
# --family=<number> # IP family; 4 = IPv4 (default), 6 = IPv6
|
||||||
# --preview # Preview the ruleset.
|
# --preview # Preview the ruleset.
|
||||||
# --shorewallrc=<path> # Path to global shorewallrc file.
|
# --shorewallrc=<path> # Path to global shorewallrc file.
|
||||||
|
Loading…
Reference in New Issue
Block a user