From 121d34aed0b44c836a59a35f4089584169f0eca8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 2 Jun 2012 14:06:31 -0700 Subject: [PATCH] Add constant LOG_OPTIONS capability Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 5ae163381..cabf759c7 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -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, ); #