Skip to content

Commit 8fa58f7

Browse files
Merge pull request #142 from mcgege/arp-ignore
Allow arp_ignore = 2
2 parents 150f365 + 8f028d0 commit 8fa58f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/sysctl_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
desc 'Reply only if the target IP address is local address configured on the incoming interface.'
108108
only_if { !container_execution }
109109
describe kernel_parameter('net.ipv4.conf.all.arp_ignore') do
110-
its(:value) { should eq 1 }
110+
its(:value) { should cmp(/(1|2)/) }
111111
end
112112
end
113113

0 commit comments

Comments
 (0)