diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-07-11 11:35:43 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-07-11 11:35:43 +0100 |
commit | 33b524063f0358a2366234576e4cb43712f454a8 (patch) | |
tree | a4a1b8eefb6d278cb30721b5e4de3ee1a2097e69 | |
parent | 7e90a16e9717087bafdf088401e90ffc30b9c9f0 (diff) |
Updated the first IPv6 range.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | lib/custodian/util/bytemark.rb | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f09f192..c49fa0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +custodian (0.10-4) stable; urgency=low + + * Correctly specify the Bytemark IPv6 ranges. + + -- Steve Kemp <steve@bytemark.co.uk> Thu, 11 Jul 2013 11:33:11 +0000 + custodian (0.10-3) stable; urgency=low * Updated the Bytemark IPv6 ranges. diff --git a/lib/custodian/util/bytemark.rb b/lib/custodian/util/bytemark.rb index d7d9ba8..ea01682 100644 --- a/lib/custodian/util/bytemark.rb +++ b/lib/custodian/util/bytemark.rb @@ -20,7 +20,7 @@ module Custodian # These are used to test if an alert refers to a machine outwith our # network. # - BYTEMARK_RANGES = %w(80.68.80.0/20 89.16.160.0/19 212.110.160.0/19 46.43.0.0/18 91.223.58.0/24 213.138.96.0/19 5.153.224.0/21 2001:41c8::/32 2001:41c9::/32).collect{|i| IPAddr.new(i)} + BYTEMARK_RANGES = %w(80.68.80.0/20 89.16.160.0/19 212.110.160.0/19 46.43.0.0/18 91.223.58.0/24 213.138.96.0/19 5.153.224.0/21 2001:41c8::/29 2001:41c9::/32).collect{|i| IPAddr.new(i)} # |