Skip to content

Commit 7a6e716

Browse files
author
Sebastian Gumprich
committed
fix wrong sysctl
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent fcd64d7 commit 7a6e716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/sysctl_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
describe kernel_parameter('net.ipv6.conf.default.autoconf') do
315315
its(:value) { should eq 0 }
316316
end
317-
describe kernel_parameter('net.ipv6.all.default.autoconf') do
317+
describe kernel_parameter('net.ipv6.conf.all.autoconf') do
318318
its(:value) { should eq 0 }
319319
end
320320
end

0 commit comments

Comments
 (0)