← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1267790] [NEW] Fixed metric_index causes ValueError in ip_lib

 

Public bug reported:

ip_lib.IpRouteCommand.get_gateway() raises ValueError to
default_route_line like

default via 192.168.99.1 proto static

since it wrongly assumes that the 5th word is a value metric (in the
example above, it is "static").

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

Title:
  Fixed metric_index causes ValueError in ip_lib

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  ip_lib.IpRouteCommand.get_gateway() raises ValueError to
  default_route_line like

  default via 192.168.99.1 proto static

  since it wrongly assumes that the 5th word is a value metric (in the
  example above, it is "static").

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


Follow ups

References