mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 12:20:42 +01:00
Add constant LOG_OPTIONS capability
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
4b69216c83
commit
121d34aed0
@ -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,
|
||||||
);
|
);
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user