Bug 44448

Summary: Add support for whois to automagically query whois.lacnic.net
Product: Base System Reporter: david
Component: binAssignee: Mike Barcroft <mike>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.7-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description david 2002-10-25 03:20:01 UTC
	Just as one actually queries whois.ripe.net to determine
	delegation of European netblocks, there is now a Latin American
	WHOIS server, whois.lacnic.net.

	The supplied patch adds support to query whois.lacnic.net, both
	automagically, and via (explicit) -l flag.

How-To-Repeat: 	whois 200.34.123.2	# as a quasi-random IP address that I
				# figured would be under LACNIC's ovesight.

	Note that what you see is a referral to LACNIC.

	Then apply the below patches; re-make whois, and try again.
	This time, you see that the 200.34.112/20 CIDR block has
	been reassigned to CITI, of Monterrey, Nuevo Leon, Mexico.

	I took a stab at updating the man page, too.
Comment 1 Mike Barcroft freebsd_committer freebsd_triage 2002-11-10 15:52:02 UTC
Responsible Changed
From-To: freebsd-bugs->mike

Over to me.
Comment 2 Mike Barcroft freebsd_committer freebsd_triage 2002-11-10 17:02:50 UTC
State Changed
From-To: open->patched

Committed to -current; MFC in one week.  The only change I made in the 
committed version is the addition of -l to usage() and synopsis in the 
manual.
Comment 3 Mike Barcroft freebsd_committer freebsd_triage 2002-11-17 15:09:13 UTC
State Changed
From-To: patched->closed


MFC completed.