# enable RFC1812 reverse-path filter
net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1

# log martian packets
net.ipv4.conf.default.log_martians = 1
net.ipv4.conf.all.log_martians = 1
