Skip to content

test_postgres: set a large ipv6-netmask-bits for tests

Jérome Perrin requested to merge fix/postgres-unit-test-ipv6-range into master

The default value is 128, which generates only accept connection from the same IPv6 as the server, but because tests now have an IP range, the client IP is usually different from the server IP. Using a large range prevents this problem.

Merge request reports