We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d53f3e2 + e829dfb commit 549150fCopy full SHA for 549150f
1 file changed
default/serverspec/sysctl_spec.rb
@@ -167,6 +167,14 @@
167
its(:value) { should eq 0 }
168
end
169
170
+ context linux_kernel_parameter('net.ipv6.conf.all.accept_ra') do
171
+ its(:value) { should eq 0 }
172
+ end
173
+
174
+ context linux_kernel_parameter('net.ipv6.conf.default.accept_ra') do
175
176
177
178
context linux_kernel_parameter('net.ipv6.conf.default.autoconf') do
179
180
0 commit comments