Add constant LOG_OPTIONS capability

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-02 14:06:31 -07:00
parent 4b69216c83
commit 121d34aed0

View File

@ -308,6 +308,10 @@ my %capdesc = ( NAT_ENABLED => 'NAT',
DSCP_MATCH => 'DSCP Match',
DSCP_TARGET => 'DSCP Target',
GEOIP_MATCH => 'GeoIP Match' ,
#
# Constants
#
LOG_OPTIONS => 'Log Options',
CAPVERSION => 'Capability Version',
KERNELVERSION => 'Kernel Version',
);
@ -750,6 +754,7 @@ sub initialize( $;$ ) {
DSCP_TARGET => undef,
GEOIP_MATCH => undef,
CAPVERSION => undef,
LOG_OPTIONS => 1,
KERNELVERSION => undef,
);
#