From c8b97939a36d0f5873cb2975455aae4d0e8287be Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 11 Sep 2014 12:11:47 +0100 Subject: [PATCH] Fix IPv6 address for viserion --- roles/viserion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/viserion.rb b/roles/viserion.rb index 9f264a1bf..0691db49a 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -16,7 +16,7 @@ default_attributes( :interface => "eth0", :role => :external, :family => :inet6, - :address => "2001:b68:4cff:3::2", + :address => "2001:b68:4cff:3::3", :prefix => "128", :gateway => "fe80::217:fff:fead:14c0" } -- 2.43.2