Perdjesk opened a new pull request, #698: URL: https://github.com/apache/incubator-baremaps/pull/698
``` SELECT COUNT(*) FROM inetnum_locations; ``` Before: 6925016 After: 6927264 Minimal impacts on `inet(6)num` objects. One cause is that most of the added IRR do not publish inetnum objects as part of their database exports, the mostly used object seems to be `route(6)`. Example: ``` % grep -E "^route6?:.*$" examples/ip-to-location/archives/radb.db | wc -l 1621302 % grep -E "^inet6?num:.*$" examples/ip-to-location/archives/radb.db | wc -l 490 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
