yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25765
[Bug 1352801] Re: l2pop to stop using tuples everywhere
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1352801
Title:
l2pop to stop using tuples everywhere
Status in OpenStack Neutron (virtual network service):
Fix Released
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 cd35b1904e1da5e3da0a63b37af34d426e72e933
inserted device_owner into fdb entry and broke OVS arp responder which uses port_info[1] as ip.
commit 029eff322d64e7adecbd177b14329eb2fb08cccc
introduced code to use port_info[1] as device_owner while keeping existing code which uses it as ip.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1352801/+subscriptions
References