File: fix-address-scope-calculation-c8ac84662a6547bd.yaml

package info (click to toggle)
neutron-dynamic-routing 2%3A27.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,216 kB
  • sloc: python: 6,591; sh: 153; makefile: 45
file content (8 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixes the iteration to obtain the address_scope linked to a subnet.
    A network can be linked to more than one subnet (ipv4 and ipv6),
    but if one of them does not have an address_scope, a null object
    element access failure occured.
    See bug `1998104 <https://bugs.launchpad.net/neutron/+bug/1998104>`_.