neutron/releasenotes/notes/ovs-ipv6-tunnel-endpoints-f41b4954a04c43f6.yaml
Frode Nordahl 773394a188 OVS: Add support for IPv6 addresses as tunnel endpoints
Remove IPv4 restriction for local_ip configuration statement.

Check for IP version mismatch of local_ip and remote_ip before creating
tunnel.

Create hash of remote IPv6 address for OVS interface/port name with least
posibility for collissions.

Fix existing tests that fail because of the added check for IP version
and subsequently valid IP addresses in _setup_tunnel_port.

DocImpact

Change-Id: I9ec137ef8c688b678a0c61f07e9a01382acbeb13
Closes-Bug: #1525895
2016-05-03 21:07:21 -04:00

11 lines
364 B
YAML

---
prelude: >
Support for IPv6 addresses as tunnel endpoints in OVS.
features:
- The local_ip value in ml2_conf.ini can now be set to
an IPv6 address configured on the system.
other:
- Requires OVS 2.5+ version or higher with linux kernel
4.3 or higher. More info at
`OVS github page <https://github.com/openvswitch/ovs/blob/master/FAQ.md>`_.