Blob Blame History Raw
From e16f1ae5a21fef2a3f7c54fcb5b46235cc8e8137 Mon Sep 17 00:00:00 2001
From: Andrew Stromnov <stromnov@gmail.com>
Date: Thu, 23 Aug 2012 23:37:55 +0400
Subject: [PATCH] Exclude 39.0.0.0/8 network from reserved set

---
 netaddr/ip/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/netaddr/ip/__init__.py b/netaddr/ip/__init__.py
index e4a6b7bfe0e209bb1b1059b8e4b743ca4a4af72a..7a93510b7f9fde1bd94757c50f9e7b0ac6463fbf 100644
--- a/netaddr/ip/__init__.py
+++ b/netaddr/ip/__init__.py
@@ -1918,7 +1918,6 @@ IPV4_MULTICAST = IPNetwork('224.0.0.0/4')
 IPV4_6TO4 = IPNetwork('192.88.99.0/24')    #   6to4 Relay Anycast
 
 IPV4_RESERVED = (
-    IPNetwork('39.0.0.0/8'),        #   Reserved but subject to allocation
     IPNetwork('128.0.0.0/16'),      #   Reserved but subject to allocation
     IPNetwork('191.255.0.0/16'),    #   Reserved but subject to allocation
     IPNetwork('192.0.0.0/24'),      #   Reserved but subject to allocation
-- 
2.9.5