File: basic-tests

package info (click to toggle)
mmdbinspect 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: perl: 517; sh: 33; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
$ mmdbinspect -db test/data/test-data/GeoLite2-ASN-Test.mmdb 2600:6000::
database_path: test/data/test-data/GeoLite2-ASN-Test.mmdb
requested_lookup: "2600:6000::"
network: 2600:6000::/20
record:
  autonomous_system_number: 237
  autonomous_system_organization: Merit Network Inc.
$ mmdbinspect -jsonl -db test/data/test-data/GeoLite2-ASN-Test.mmdb 2600:6000::
{"database_path":"test/data/test-data/GeoLite2-ASN-Test.mmdb","requested_lookup":"2600:6000::","network":"2600:6000::/20","record":{"autonomous_system_number":237,"autonomous_system_organization":"Merit Network Inc."}}