]> git.openstreetmap.org Git - chef.git/commitdiff
Correct IPv6 prefix length for viserion
authorTom Hughes <tom@compton.nu>
Thu, 11 Sep 2014 11:42:25 +0000 (12:42 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 11 Sep 2014 11:42:25 +0000 (12:42 +0100)
roles/viserion.rb

index ab677467d68a6b30c2cb66a248ac4a2d5590533b..30297d3857116b9ad08ce5c86a64946ae35db50f 100644 (file)
@@ -17,7 +17,7 @@ default_attributes(
         :role => :external,
         :family => :inet6,
         :address => "2001:b68:4cff:3::3",
-        :prefix => "128",
+        :prefix => "64",
         :gateway => "2001:b68:4cff:3::1"
       }
     }