l2pop to stop using tuples everywhere
Bug #1352801 reported by
YAMAMOTO Takashi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Carl Baldwin |
Bug Description
l2pop port_info used to be [mac, ip].
recently merged DVR changes made it [mac, device_owner, ip] and broke
existing code which accesses ip as port_info[1].
as it's on-wire messages, it would be better to make it [mac, ip, device_owner]
to maintain compatibility as far as possible.
references:
commit cd35b1904e1da5e
inserted device_owner into fdb entry and broke OVS arp responder which uses port_info[1] as ip.
commit 029eff322d64e7a
introduced code to use port_info[1] as device_owner while keeping existing code which uses it as ip.
tags: | added: l3-dvr-backlog |
summary: |
- l2pop DVR regression + l2pop to stop using tuples everywhere |
description: | updated |
tags: | added: l2-pop ml2 |
Changed in neutron: | |
milestone: | none → juno-3 |
Changed in neutron: | |
milestone: | juno-3 → juno-rc1 |
Changed in neutron: | |
milestone: | juno-rc1 → none |
Changed in neutron: | |
milestone: | none → kilo-1 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-1 → 2015.1.0 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/111966
Review: https:/