the data are broken in the first place.  there are duplicate entries!

% grep ipv4 delegated | awk 'BEGIN {FS="|";} {print $4}' | sort | uniq
-c | grep -v '  1 '
   2 132.11.0.0
   2 132.17.0.0
   2 156.112.0.0
   2 156.113.0.0
   2 192.52.232.0
   2 192.94.234.0
   2 193.194.128.0
   2 193.227.128.0
   2 194.9.64.0
   2 194.9.82.0
   2 195.234.185.0
   2 195.234.252.0

randy
_______________________________________________
sidr mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/sidr

Reply via email to