]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-dub.rb
Revert "community: Fix CSRF issue with monkey patch fix"
[chef.git] / roles / equinix-dub.rb
index 11e6ea85d971988d40649c2199fcae4e7acf2dfa..6561d30193bec5aa45adad36296b8234de8e223e 100644 (file)
@@ -25,9 +25,9 @@ default_attributes(
       :external => {
         :zone => "dub",
         :inet6 => {
-          :routes => {
-            "2600:9000::/28" => { :type => "unreachable" }
-          }
+          :rules => [
+            { :to => "2600:9000::/28", :table => 150, :priority => 100 }
+          ]
         }
       }
     }