8 Sep
1997
8 Sep
'97
3:46 p.m.
On Mon, 8 Sep 1997, Helen Dagerus wrote:
Ripe´s Database for searching IPaddresses goes fine, but if you (like a LIR) wants to find out if the customer (that requests for address space) already have a range of addresses it´s very difficult to find out. My wish is that you can search for "company name". You can sometimes get a hit on "company name", but it is not often.
A reverse lookup would seem ideal for this, and I believe many would benefit from it (well - *I* would) :-) A substring search would be nicest. Other opinions? -- Robert Martin-Legène (RM59), Network Manager (AS2109) main(){int a[2],b[2];pipe(a);pipe(b);if(fork()){dup2(a[0],0);dup2(b[1],1) ;}else{dup2(b[0],0);dup2(a[1],1);write(1,"R",1);}execlp("cat","cat",0);}