summaryrefslogtreecommitdiff
path: root/lib/custodian/util/bytemark.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-07-11 11:19:46 +0100
committerSteve Kemp <steve@steve.org.uk>2013-07-11 11:19:46 +0100
commitdc235e62dd46bcd4fe1786b155f79fdc784d6ea5 (patch)
tree74971c3cfa3b82f9359f14ca58cb3c65d8d84177 /lib/custodian/util/bytemark.rb
parentacfea433944c68d6b3af7f807c5b8d0ff9a74d41 (diff)
Added 2001:41c9::/32 as a Bytemark range.
Diffstat (limited to 'lib/custodian/util/bytemark.rb')
-rw-r--r--lib/custodian/util/bytemark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/util/bytemark.rb b/lib/custodian/util/bytemark.rb
index 8143c4c..d7d9ba8 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).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::/32 2001:41c9::/32).collect{|i| IPAddr.new(i)}
#