forked from extern/shorewall_code
Add constant LOG_OPTIONS capability
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -308,6 +308,10 @@ my %capdesc = ( NAT_ENABLED => 'NAT',
|
|||||||
DSCP_MATCH => 'DSCP Match',
|
DSCP_MATCH => 'DSCP Match',
|
||||||
DSCP_TARGET => 'DSCP Target',
|
DSCP_TARGET => 'DSCP Target',
|
||||||
GEOIP_MATCH => 'GeoIP Match' ,
|
GEOIP_MATCH => 'GeoIP Match' ,
|
||||||
|
#
|
||||||
|
# Constants
|
||||||
|
#
|
||||||
|
LOG_OPTIONS => 'Log Options',
|
||||||
CAPVERSION => 'Capability Version',
|
CAPVERSION => 'Capability Version',
|
||||||
KERNELVERSION => 'Kernel Version',
|
KERNELVERSION => 'Kernel Version',
|
||||||
);
|
);
|
||||||
@ -750,6 +754,7 @@ sub initialize( $;$ ) {
|
|||||||
DSCP_TARGET => undef,
|
DSCP_TARGET => undef,
|
||||||
GEOIP_MATCH => undef,
|
GEOIP_MATCH => undef,
|
||||||
CAPVERSION => undef,
|
CAPVERSION => undef,
|
||||||
|
LOG_OPTIONS => 1,
|
||||||
KERNELVERSION => undef,
|
KERNELVERSION => undef,
|
||||||
);
|
);
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user