neutron-lib/releasenotes/notes/cidr_for_canonical_format-4e7925d76a27a19d.yaml
Reedip 2ee5c2dbe8 Add CIDR for canonical format conversion
Currently, CIDR was not checked while converting address
to the canonical format in [1].
As most inputs to the neutron server would have CIDR, therefore
this patch handles this issue.

[1]:Ic9afa5f90fba783748f7c56e8fba02e06af69748

Change-Id: Ia5f0880ea2a4d76296c1ff9bc0abab71a6294007
2017-04-14 22:17:39 +00:00

6 lines
215 B
YAML

---
features:
- |
A new converter is added to facilitate converting IPv6 CIDRs to canonical format. This way
IPv6 CIDRs can be specified in multiple formats but would be handled in their canonical format.