X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18a0465cf12c31ad0473d2d24717cc63bf7b80d9..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/spike-03.rb diff --git a/roles/spike-03.rb b/roles/spike-03.rb index 532eb8d45..ee85b29d3 100644 --- a/roles/spike-03.rb +++ b/roles/spike-03.rb @@ -30,7 +30,10 @@ default_attributes( :sysctl => { :ipv6_autoconf => { :comment => "Disable IPv6 auto-configuration on internal interface", - :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" } + :parameters => { + "net.ipv6.conf.eth0.autoconf" => "0", + "net.ipv6.conf.eth0.accept_ra" => "0" + } } } )