]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Handle VLAN interfaces with Linux IP wrapper
authorÉdouard Thuleau <edouard.thuleau@cloudwatt.com>
Tue, 15 Oct 2013 15:41:32 +0000 (15:41 +0000)
committerÉdouard Thuleau <edouard.thuleau@cloudwatt.com>
Tue, 15 Oct 2013 17:25:47 +0000 (17:25 +0000)
commit202fe60b646429aabeb2ef8b1430a1ba9b356061
tree12d54faf76babcb9020ad818a3f59963d5c48559
parent696e9f3fc8ef7e8bd2a8f21071f3ef91fac14ad5
Handle VLAN interfaces with Linux IP wrapper

Check if the interface name contains '@' character and use the part
before that character as interface name.

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