Skip to content

Commit

Permalink
Merge pull request #142 from mcgege/arp-ignore
Browse files Browse the repository at this point in the history
Allow arp_ignore = 2
  • Loading branch information
micheelengronne authored Dec 28, 2020
2 parents 150f365 + 8f028d0 commit 8fa58f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/sysctl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
desc 'Reply only if the target IP address is local address configured on the incoming interface.'
only_if { !container_execution }
describe kernel_parameter('net.ipv4.conf.all.arp_ignore') do
its(:value) { should eq 1 }
its(:value) { should cmp(/(1|2)/) }
end
end

Expand Down

0 comments on commit 8fa58f7

Please sign in to comment.