All pastes #2114089 Raw Edit

Miscellany

public text v1 · immutable
#2114089 ·published 2012-02-09 12:10 UTC
rendered paste body
<% [[split ",",interfaces]].each do |interface| -%>
<% if [[interface !~ /_/]] %>
net.ipv4.conf.<%= interface %>.arp_ignore = 1
net.ipv4.conf.<%= interface %>.arp_announce = 2
<% end -%>
<% end -%>