]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-03.rb
Ignore RAs on internal network for spikes and thorns
[chef.git] / roles / thorn-03.rb
index 998342ad7348bf17fba5e74801eaa7af561f92ec..d2f7cf602deecd939aae7b59cc0dd87210b04a49 100644 (file)
@@ -15,7 +15,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"
+      }
     }
   },
   :web => {