Comment 5 for bug 2054599

Revision history for this message
Dmitriy Rabotyagov (noonedeadpunk) wrote :

Folks, despite this was partially solved with the patch above, it seems there're more places which needs to be fixed.
Going down the road I found another related issue: https://paste.openstack.org/show/bGynX5STHDxOwvOGLtPh/

And eventually interface was also trimmed in this case:
# ip l | grep br-provider
15: br-provider: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
24: br-provider.311@br-provider: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
#

As you can see - interface is `br-provider.311` while it's expected to be `br-provider.3112`