Skip to content

Commit

Permalink
extend sysctls for ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Nov 30, 2022
1 parent 666e709 commit c15739b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions controls/sysctl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@
describe kernel_parameter('net.ipv6.conf.default.router_solicitations') do
its(:value) { should eq 0 }
end
describe kernel_parameter('net.ipv6.conf.all.router_solicitations') do
its(:value) { should eq 0 }
end
end

control 'sysctl-22' do
Expand Down Expand Up @@ -311,6 +314,9 @@
describe kernel_parameter('net.ipv6.conf.default.autoconf') do
its(:value) { should eq 0 }
end
describe kernel_parameter('net.ipv6.all.default.autoconf') do
its(:value) { should eq 0 }
end
end

control 'sysctl-27' do
Expand Down

0 comments on commit c15739b

Please sign in to comment.