neutron/releasenotes/notes/sriov-vf-state-disable-has-precedence-2adecdf959dc0f9e.yaml
Rodolfo Alonso Hernandez 8211c29158 [SR-IOV] The port status=DOWN has precedence in the VF link status
If a ML2/SR-IOV port is disabled (status=DOWN), it will have precedence
on the VF link state value over the "auto" value. That will stop any
transmission from the VF.

Closes-Bug: #2078789
Change-Id: I11d973d245dd391623e501aa14b470daa780b4db
2024-09-03 09:30:54 +00:00

8 lines
278 B
YAML

---
security:
- |
A ML2/SR-IOV port with status=DOWN will always set the VF link state to
"disable", regardless of the ``propagate_uplink_status`` port field value.
The port disabling, to stop any transmission, has precedence over the
link state "auto" value.