Closed lv-mz closed 2 years ago
For v6-mapped address authentication, when comparing the client IP address with the address in the authentication file, we should skip the first 12 identical prefixes and compare the real IP address.
This Fixes: #137
Could you add a test case to tests/code/clientacl.c that would trigger on this bug, so we don't reintroduce it?
tests/code/clientacl.c
For v6-mapped address authentication, when comparing the client IP address with the address in the authentication file, we should skip the first 12 identical prefixes and compare the real IP address.
This Fixes: #137