← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1644878] [NEW] "get_local_port_mac" in ovs_lib uses an only Linux command, brakes Windows compatibility

 

Public bug reported:

neutron/agent/common/ovs_lib:OVSBridge is mented to be compatible both
for Linux and Windows.

In function "get_local_port_mac", the IP Linux lib is called, instead of
the ip_lib wrapper in neutron/agent/common.

The solution to this problem is:
- To call the ip_lib in neutron/agent/common.
- To implement the function "get_local_port_mac" in the IPDevice class implementation for Windows.

** 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/1644878

Title:
  "get_local_port_mac" in ovs_lib uses an only Linux command, brakes
  Windows compatibility

Status in neutron:
  New

Bug description:
  neutron/agent/common/ovs_lib:OVSBridge is mented to be compatible both
  for Linux and Windows.

  In function "get_local_port_mac", the IP Linux lib is called, instead
  of the ip_lib wrapper in neutron/agent/common.

  The solution to this problem is:
  - To call the ip_lib in neutron/agent/common.
  - To implement the function "get_local_port_mac" in the IPDevice class implementation for Windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1644878/+subscriptions


Follow ups