diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-12-02 17:43:37 +0200 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-12-02 17:43:37 +0200 |
commit | 1b7720b05e08de463747201e38467c2b0720f3f9 (patch) | |
tree | 54abe2d34301e1e930a2ab61713e3af2d5f0b6c4 | |
parent | 68d17fe788df89656de154f51a827483bb85c179 (diff) |
Added swordfish range - 5.28.56.0/21
-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 c23b082..6e944de 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 5.28.58.0/24 2001:41c8::/29 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 5.28.58.0/24 5.28.56.0/21 2001:41c8::/29 2001:41c9::/32).collect { |i| IPAddr.new(i) } # |