|
@@ -558,7 +558,7 @@ function test_stig {
|
558
|
558
|
|
559
|
559
|
if [ -a /proc/net/if_inet6 ];then
|
560
|
560
|
|
561
|
|
- bash $STIG_TESTS_DIR/check-sysctl.sh net.ipv6.conf.default.accept_redirects ne 0 >/dev/null 2>&1 &
|
|
561
|
+ bash $STIG_TESTS_DIR/check-sysctl.sh net.ipv6.conf.default.accept_redirects ne 1 >/dev/null 2>&1 &
|
562
|
562
|
|
563
|
563
|
stig_spinner $!
|
564
|
564
|
output "V-38548" $? ${SETLANG}
|