summaryrefslogtreecommitdiff
path: root/releasenotes/notes/vhost-user-mtu-23d0af36a8adfa56.yaml
blob: 642a7d23184660911429abab180a7c6ab9f70e3d (plain)
1
2
3
4
5
6
7
---
fixes:
  - When plugging virtual interfaces of type vhost-user the MTU value will
    not be applied to the interface by nova. vhost-user ports exist only in
    userspace and are not backed by kernel netdevs, for this reason it is
    not possible to set the mtu on a vhost-user interface using standard
    tools such as ifconfig or ip link.