forked from extern/shorewall_code
Fix other issues with rp_filter fix
This commit is contained in:
parent
d87d0893d2
commit
e37cf0a370
@ -621,6 +621,7 @@ sub initialize( $ ) {
|
|||||||
PERSISTENT_SNAT => undef,
|
PERSISTENT_SNAT => undef,
|
||||||
OLD_HL_MATCH => undef,
|
OLD_HL_MATCH => undef,
|
||||||
CAPVERSION => undef,
|
CAPVERSION => undef,
|
||||||
|
KERNELVERSION => undef,
|
||||||
);
|
);
|
||||||
#
|
#
|
||||||
# Directories to search for configuration files
|
# Directories to search for configuration files
|
||||||
@ -2362,6 +2363,8 @@ sub get_configuration( $ ) {
|
|||||||
} else {
|
} else {
|
||||||
check_trivalue( 'ROUTE_FILTER', '' );
|
check_trivalue( 'ROUTE_FILTER', '' );
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
check_trivalue( 'ROUTE_FILTER', '' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user