From e37cf0a3702799f0f140ee97aeea6820ef526da0 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 20 Dec 2009 15:54:41 -0800 Subject: [PATCH] Fix other issues with rp_filter fix --- Shorewall/Perl/Shorewall/Config.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 69cd4b34a..4da58f281 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -621,6 +621,7 @@ sub initialize( $ ) { PERSISTENT_SNAT => undef, OLD_HL_MATCH => undef, CAPVERSION => undef, + KERNELVERSION => undef, ); # # Directories to search for configuration files @@ -2362,6 +2363,8 @@ sub get_configuration( $ ) { } else { check_trivalue( 'ROUTE_FILTER', '' ); } + } else { + check_trivalue( 'ROUTE_FILTER', '' ); } }