Skip to content

Commit

Permalink
ipv6calc/test_ipv6calc.sh: adjust IP to test
Browse files Browse the repository at this point in the history
tag version 2.1.1
  • Loading branch information
pbiering committed Sep 8, 2019
1 parent 736a66b commit a38bdbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -14,6 +14,8 @@ Info:
databases/lib/libipv6calc_db_wrapper_MMDB.c: make clang happy by initialization of "result_MMDB_lookup_sockaddr"
configure[.in]: adjust fix --disable-mod_ipv6calc to support also EL6
databases/lib/libipv6calc_db_wrapper.c: fix for 32 bit systems
ipv6calc/test_ipv6calc.sh: adjust IP to test
tag version 2.1.1

20190907/PB:
databases/lib/libipv6calc_db_wrapper_MMDB.c: add support for registered_country (fallback)
Expand Down
4 changes: 2 additions & 2 deletions ipv6calc/test_ipv6calc.sh
Expand Up @@ -232,9 +232,9 @@ NOPIPETEST--in ipv6 2001:db8::a8bb:ccff:fedd:eeff --out eui64
NOPIPETEST--in ipv6 2001:db8::a8bb:ccff:fedd:eeff --out mac =aa:bb:cc:dd:ee:ff
# Countrycode
NOPIPETEST-A addr2cc 3ffe:831f:ce49:7601:8000:efff:af4a:86bf =IT;DB_IPV6_CC
NOPIPETEST-A addr2cc 50.60.70.80 =SA;DB_IPV4_CC
NOPIPETEST-A addr2cc 8.8.8.8 =US;DB_IPV4_CC
NOPIPETEST--addr2cc 3ffe:831f:ce49:7601:8000:efff:af4a:86bf =IT;DB_IPV6_CC
NOPIPETEST--addr2cc 50.60.70.80 =SA;DB_IPV4_CC
NOPIPETEST--addr2cc 8.8.8.8 =US;DB_IPV4_CC
END
}

Expand Down

0 comments on commit a38bdbe

Please sign in to comment.