From c151cd5c3405b73279809b9107651d5bfbc21338 Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Sat, 5 May 2012 06:08:16 +0000
Subject: Use lowercase handle names for RIRs, for consistancy with older code.

svn path=/branches/tk33/; revision=4469
---
 scripts/arin-to-csv.py | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

(limited to 'scripts/arin-to-csv.py')

diff --git a/scripts/arin-to-csv.py b/scripts/arin-to-csv.py
index 63368723..dcb508ff 100644
--- a/scripts/arin-to-csv.py
+++ b/scripts/arin-to-csv.py
@@ -56,18 +56,18 @@ def do_asn(node):
                             find(node, tag_endAsNumber))))
 
 erx_table = {
-  "AF" : "AFRINIC",
-  "AP" : "APNIC",
-  "AR" : "ARIN",
-  "AV" : "ARIN",
-  "FX" : "AFRINIC",
-  "LN" : "LACNIC",
-  "LX" : "LACNIC",
-  "PV" : "APNIC",
-  "PX" : "APNIC",
-  "RN" : "RIPE",
-  "RV" : "RIPE",
-  "RX" : "RIPE" }
+  "AF" : "afrinic",
+  "AP" : "apnic",
+  "AR" : "arin",
+  "AV" : "arin",
+  "FX" : "afrinic",
+  "LN" : "lacnic",
+  "LX" : "lacnic",
+  "PV" : "apnic",
+  "PX" : "apnic",
+  "RN" : "ripe",
+  "RV" : "ripe",
+  "RX" : "ripe" }
 
 def do_net(node):
   handle = find(node, tag_orgHandle)
-- 
cgit v1.2.3