yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18542
[Bug 1352801] [NEW] l2pop DVR regression
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Status: New
--
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 DVR regression
Status in OpenStack Neutron (virtual network service):
New
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1352801/+subscriptions
Follow ups
References