Skip to content

Commit

Permalink
Disable source routing for IPv6. See c3b5a3afd01eb06d184e9cac6c1df6b8…
Browse files Browse the repository at this point in the history
…5a36e13b

Signed-off-by: Farid Joubbi <[email protected]>
  • Loading branch information
joubbi committed Mar 24, 2021
1 parent 5487f62 commit 39591a2
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 @@ -167,6 +167,12 @@
describe kernel_parameter('net.ipv4.conf.default.accept_source_route') do
its(:value) { should eq 0 }
end
describe kernel_parameter('net.ipv6.conf.all.accept_source_route') do
its(:value) { should eq 0 }
end
describe kernel_parameter('net.ipv6.conf.default.accept_source_route') do
its(:value) { should eq 0 }
end
end

control 'sysctl-14' do
Expand Down

0 comments on commit 39591a2

Please sign in to comment.