28 Mar 2012 19:46
zero-padded IP addresses in "startAddress" and "endAddress" values
Greetings, One of our developers just pointed out to me that the values for "startAddress" and "endAddress" values are now zero padded. Is it possible this was a result of the Mar 24th code push (http://lists.arin.net/pipermail/arin-tech-discuss/2012-March/000187.html)? If so - was this expected, or a bug? Here's an example from query "curl -4 https://www.arin.net/rest/net/NET-75-126-0-0-1?apikey=<snip>" (note, the API key must be authorized to the network owner if you're trying to reproduce this, try your key and your netblock) <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <net xmlns="http://www.arin.net/regrws/core/v1"> <pocLinks> <pocLinkRef handle="IPADM258-ARIN" function="N" description="NOC"/> <pocLinkRef handle="IPADM258-ARIN" function="T" description="Tech"/> <pocLinkRef handle="ABUSE1025-ARIN" function="AB" description="Abuse"/> </pocLinks> <netBlocks> <netBlock> <cidrLength>16</cidrLength> <description>Direct Allocation</description> <endAddress>075.126.255.255</endAddress> <--- this line <startAddress>075.126.000.000</startAddress> <--- and this line <type>DA</type> </netBlock> </netBlocks> <handle>NET-75-126-0-0-1</handle> <netName>SOFTLAYER-4-3</netName> <orgHandle>SOFTL</orgHandle>(Continue reading)
RSS Feed