Skip to content

Commit

Permalink
Merge pull request #152 from joubbi/source_routing
Browse files Browse the repository at this point in the history
Disable source routing for IPv6.
  • Loading branch information
rndmh3ro authored Mar 24, 2021
2 parents 5487f62 + 39591a2 commit 7e2ddf6
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 7e2ddf6

Please sign in to comment.