6314f09ed4
this change fixes the typos in the releasenotes """ codespell --ignore-words=doc/dictionary.txt -i 3 -w releasenotes/ """ Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
9 lines
412 B
YAML
9 lines
412 B
YAML
---
|
|
fixes:
|
|
- Physical network name will be retrieved from a multi-segement network.
|
|
The current implementation will retrieve the physical network name for the
|
|
first segment that provides it. This is mostly intended to support a
|
|
combination of vxlan and vlan segments. Additional work will be required to
|
|
support a case of multiple vlan segments associated with different
|
|
physical networks.
|