Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
authentication: fix loopback detection
When an request is coming from a loopback interface, authentication is not required. This commit fixes ipv4 addresses mapped inside ipv6 addresses, by first converting to a canonical address. There addresses were otherwise falsely tested as a non loopback addresses.
- Loading branch information