]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not prohibit VXLAN over IPv6
authorDustin Lundquist <dustin@null-ptr.net>
Wed, 30 Dec 2015 23:59:36 +0000 (15:59 -0800)
committerDoug Wiegley <dougwig@parkside.io>
Thu, 14 Jan 2016 15:36:34 +0000 (15:36 +0000)
commitbe9c9e3458ce61a299faebd974322f376c34c15e
tree17338eb1db300aa4e13f1d9e719a80d17a8af807
parentfeced76488ea99355c605e0bc719723931621693
Do not prohibit VXLAN over IPv6

9fc45cee in introduced a regression prohibiting using VXLAN over
IPv6. Relax restriction on local_ip, but validate that both
local_ip and vxlan_group of the same address family. Move existing
validation of vxlan_group into validate_vxlan_group_with_local_ip()
method and refactor existing tests for that validation.

Change-Id: I3d67732d2e1f3e079fee336b403744596fb7db77
Depends-On: I6440445b80637a5a9f4de052cf5ea1fbd8dcf7d1
Closes-Bug: #1531660
neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py