]> git.openstreetmap.org Git - chef.git/commitdiff
Force IPv4 betwween Amsterdam and Dublin
authorTom Hughes <tom@compton.nu>
Mon, 27 Sep 2021 07:16:13 +0000 (08:16 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 27 Sep 2021 07:31:09 +0000 (08:31 +0100)
roles/equinix-ams.rb
roles/equinix-dub.rb

index 718a4f632541d61763cb2f9649b43d8e9a8dc3b8..ece584cf913dcf9f1f78bf6f537ae418d114ae4c 100644 (file)
@@ -23,6 +23,7 @@ default_attributes(
           :prefix => "64",
           :gateway => "2001:978:2:2C::172:1",
           :routes => {
+            "2001:470:1:b3b::/64" => { :type => "unreachable" },
             "2001:978:2:2c::/64" => { :type => "unreachable" },
             "2001:4860::/32" => { :type => "unreachable" },
             "2a00:1450:4000::/37" => { :type => "unreachable" }
index 8bda3a86a3820824c9f88f19bfe46dce4d75b354..fb074324c1eef408e3299430b723f7f50f31ddaa 100644 (file)
@@ -21,7 +21,10 @@ default_attributes(
         },
         :inet6 => {
           :prefix => "64",
-          :gateway => "2001:470:1:b3b::1"
+          :gateway => "2001:470:1:b3b::1",
+          :routes => {
+            "2001:978:2:2c::/64" => { :type => "unreachable" }
+          }
         }
       }
     }