]> git.proxmox.com Git - mirror_frr.git/commit
tests: remove strlen assert in inet_ntop tests
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 15 Jul 2019 17:16:30 +0000 (17:16 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 15 Jul 2019 17:19:14 +0000 (17:19 +0000)
commit2516237674781ef76483c6e5379f0d92f7893976
tree47ee2d7a6222e48b243cd7db2d51d27dd955005f
parent11dbb76eebf6ff88fae886c4a483746c1015f5bb
tests: remove strlen assert in inet_ntop tests

Some platform libc's like to render some v6 addresses as v4 mapped where
others render the same addresses as v6 with leading zeroes. Binary
equivalence checks pass but strlen checks sometimes fail here. Remove
assert causing the failure.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tests/lib/test_ntop.c