cd721a7dcb
Currently codes only support assocate tunnel network and vlan network to DVR router. This patch add codes that make the flat network assocate to DVR router and make it work fine. The patch also remove two unused constant entries: 'FLAT_VLAN_ID' and 'LOCAL_VLAN_ID' Change-Id: I7d792ce288d96548298f169748565266a130bd86 Closes-Bug: #1876092
10 lines
249 B
YAML
10 lines
249 B
YAML
---
|
|
features:
|
|
- |
|
|
``DVR`` routers now support ``flat`` networks.
|
|
fixes:
|
|
- |
|
|
Fixed bug `1876092 <https://bugs.launchpad.net/neutron/+bug/1876092>`_
|
|
which caused DUP ICMP replies on the ``flat`` networks used with ``DVR``
|
|
routers.
|