added missing test to 3.3.7

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-26 12:01:20 +01:00
parent 83f0fb30ec
commit 32f5817007
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -40,6 +40,7 @@ net.ipv4.icmp_ignore_bogus_error_responses = 1
{% endif %}
{% if rhel9cis_rule_3_3_7 %}
# CIS 3.3.7
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.default.rp_filter = 1
{% endif %}
{% if rhel9cis_rule_3_3_8 %}