Project

General

Profile

Backport #22601

Updated by Nathan Cutler about 6 years ago

https://github.com/ceph/ceph/pull/19819 There are several bugs in the implementation of the IpAddress and NotIpAddress conditions of the S3 API that cause them to simply not function. Among other issues the as_network() function always returns none, even if the IpAddress is parsed correctly. There are also issues with byte ordering and using the wrong structs during conversion, etc.

Back