Fix other issues with rp_filter fix

This commit is contained in:
Tom Eastep 2009-12-20 15:54:41 -08:00
parent d87d0893d2
commit e37cf0a370

View File

@ -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', '' );
}
}