← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1240125] Re: Linux IP wrapper cannot handle VLAN interfaces

 

** Changed in: neutron/havana
       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/1240125

Title:
  Linux IP wrapper cannot handle VLAN interfaces

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in neutron havana series:
  Fix Released

Bug description:
  Interface VLAN name have a '@' character in their names when iproute2 utility list them.
  But the usable interface name (for iproute2 commands) is the string before the '@' character, so this interface need a special parse.

  $ ip link show
  1: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
      link/ether 6c:88:14:b7:fe:80 brd ff:ff:ff:ff:ff:ff
      inet 169.254.10.78/16 brd 169.254.255.255 scope link wlan0:avahi
         valid_lft forever preferred_lft forever
  2: wlan0.10@wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default 
      link/ether 6c:88:14:b7:fe:80 brd ff:ff:ff:ff:ff:ff
  3: vlan100@wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default 
      link/ether 6c:88:14:b7:fe:80 brd ff:ff:ff:ff:ff:ff

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