50f957eefd
In CIDR notation, the max prefix-length is typically used to denote individual host addresses, for example: 2620:52:0:13b8::fe:e7 and 2620:52:0:13b8::fe:e7/128 are semantically the same. Fix the access-allow API to raise 400 Bad Request if an address by either notation already exists in the manila database for a given share. Change-Id: I6e790fd0edd82064a3c5cda8a919c9eeb2da85d0 Closes-Bug: 1767430
8 lines
266 B
YAML
8 lines
266 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The access-allow API has now been fixed to validate duplicate IP
|
|
addresses by different notation styles. For example, if a host with IP
|
|
172.16.21.24 already has access to an NFS share, access cannot be
|
|
requested for 172.16.21.24/32.
|