Blame SOURCES/0002-Exclude-39.0.0.0-8-network-from-reserved-set.patch

29d087
From e16f1ae5a21fef2a3f7c54fcb5b46235cc8e8137 Mon Sep 17 00:00:00 2001
29d087
From: Andrew Stromnov <stromnov@gmail.com>
29d087
Date: Thu, 23 Aug 2012 23:37:55 +0400
29d087
Subject: [PATCH] Exclude 39.0.0.0/8 network from reserved set
29d087
29d087
---
29d087
 netaddr/ip/__init__.py | 1 -
29d087
 1 file changed, 1 deletion(-)
29d087
29d087
diff --git a/netaddr/ip/__init__.py b/netaddr/ip/__init__.py
29d087
index e4a6b7bfe0e209bb1b1059b8e4b743ca4a4af72a..7a93510b7f9fde1bd94757c50f9e7b0ac6463fbf 100644
29d087
--- a/netaddr/ip/__init__.py
29d087
+++ b/netaddr/ip/__init__.py
29d087
@@ -1918,7 +1918,6 @@ IPV4_MULTICAST = IPNetwork('224.0.0.0/4')
29d087
 IPV4_6TO4 = IPNetwork('192.88.99.0/24')    #   6to4 Relay Anycast
29d087
 
29d087
 IPV4_RESERVED = (
29d087
-    IPNetwork('39.0.0.0/8'),        #   Reserved but subject to allocation
29d087
     IPNetwork('128.0.0.0/16'),      #   Reserved but subject to allocation
29d087
     IPNetwork('191.255.0.0/16'),    #   Reserved but subject to allocation
29d087
     IPNetwork('192.0.0.0/24'),      #   Reserved but subject to allocation
29d087
-- 
29d087
2.9.5
29d087