NAME

Config - The PCXFireWall Configuration Object.


SYNOPSIS

  use PCXFireWall::Config;
  my $obj = PCXFireWall::Config->new;


DESCRIPTION

Config is the Configuration Object for the PCXFireWall.


FUNCTIONS

  scalar new(void)
    Creates a new instance of the PCXFireWall::Config
    object.


VARIABLES

  installPath - The location that the install script will put the files.
                Defaults to /etc/pcx_firewall.  The trailing / is not
                required.
  logPrefix - Default header prepended to the log message to display.
               Defaults to 'FW'.
  preComment - Allows you to specify the default comment before the rule.
  postComment - Allows you to specify the default comment after the rule.
  networkCommand - Allows you to specify what command should be used
                   to determine the dynamic IP address of a dynamic
                   interface.  This is also used to determine broadcast
                   address values as well.
                   Valid values are ifconfig or ip.
  NOTE:  All data fields are accessible by specifying the object
         and pointing to the data member to be modified on the
         left-hand side of the assignment.
         Ex.  $obj->variable($newValue); or $value = $obj->variable;


AUTHOR

Xperience, Inc. (mailto:admin at pcxperience.com)


SEE ALSO

perl(1)