Skip to content

Commit 5678453

Browse files
committed
Added net.ipv4.conf.default.log_martians for Martian Packets in Sysctl-17
Signed-off-by: bitvijays <bitvijays@gmail.com>
1 parent e192b1e commit 5678453

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

controls/sysctl_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@
193193
describe kernel_parameter('net.ipv4.conf.all.log_martians') do
194194
its(:value) { should eq 1 }
195195
end
196+
describe kernel_parameter('net.ipv4.conf.default.log_martians') do
197+
its(:value) { should eq 1 }
198+
end
196199
end
197200

198201
control 'sysctl-18' do

0 commit comments

Comments
 (0)