File: do-not-force-mac-ageing-c6e8d750130c5740.yaml

package info (click to toggle)
python-os-vif 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: python: 5,428; makefile: 25; sh: 2
file content (13 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    As part of a `bug #1715317`_, MAC ageing was disabled for the intermediate
    bridge created as part of the hybrid plug mechanism. During the removal
    of ``brctl``, this behavior was inadvertently applied to all linux bridges
    created by os-vif including those used in the linuxbridge driver.
    As a result this can lead to packet flooding (see bug #1837252) when
    instances are migrated. This behavior has been reverted so that the
    default mac ageing is determined by the kernel and is not set when using
    the os-vif linux bridge plugin.

    .. _bug #1715317: https://bugs.launchpad.net/os-vif/+bug/1837252