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 | 88511e9293fa1125706eecce2363780433ff7fd7 (patch) | |
tree | d85b51d0ea041c5ae5d9be84e4c360625884393f /lib/custodian/util/bytemark.rb | |
parent | 641ba1a5c3ad87e6272045d879fdff4997a8c4ef (diff) |
Updated the first IPv6 range.
Diffstat (limited to 'lib/custodian/util/bytemark.rb')
-rw-r--r-- | lib/custodian/util/bytemark.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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)} # |