]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Linux device name can have '@' or ':' characters
authorÉdouard Thuleau <edouard.thuleau@cloudwatt.com>
Tue, 29 Oct 2013 09:43:18 +0000 (09:43 +0000)
committerÉdouard Thuleau <edouard.thuleau@cloudwatt.com>
Tue, 12 Nov 2013 10:27:31 +0000 (10:27 +0000)
commit34f30a1d16d81be86a117690ccc5bdfc5bdd0659
tree319b08f3ff5ee52ef9b0be700ab75de15660f402
parent1fa79ce2691fff526cd802dd1b5aaacb3ba69660
Linux device name can have '@' or ':' characters

It's possible to set '@' or ':' character in Linux device name. But
Neutron IP lib doesn't handle correctly these names.

To distinguish VLAN devices from others devices with '@' in their name,
the details option in iproute2 is used.

Change-Id: I7ed24ec00f481207d97bdef052f86388f24d9b21
Closes-Bug: #1245799
neutron/agent/linux/ip_lib.py
neutron/tests/unit/test_linux_ip_lib.py