neutron/releasenotes/notes/ipv6_first_ip_address_valid-cd94b47bdcc642cf.yaml
Nate Johnston 0cd42257aa Allow first address in an IPv6 subnet as valid unicast
When looking at the RFC [1], there's no mention that this can't be the
gateway address.  Permit it.

[1] https://tools.ietf.org/html/rfc4291#section-2.6.1

Change-Id: I3f2905c2c4fca02406dfa3c801c166c14389ba41
Fixes-Bug: #1682094
(cherry picked from commit 1916bc5c06)
2019-05-24 17:42:09 -04:00

7 lines
247 B
YAML

---
upgrade:
- |
The first address in an IPv6 network is now a valid, usable IP for routers.
It had previously been reserved, but now can be assigned to a router so
that an IPv6 address ending in "::" could be a valid default route.