]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Set iface MTU on hotplug
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 8 Jun 2017 08:14:36 +0000 (10:14 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 8 Jun 2017 14:53:07 +0000 (16:53 +0200)
commitf00e6f8bc9081f158b7d6a1dcfa82218b1dbfb4d
tree789ec4eb8745b1a11c42b57ff70b999fec73739b
parentb2cbc3a0607bf26a82911f7db6dcbc09c9bbf5e8
qemu: Set iface MTU on hotplug

https://bugzilla.redhat.com/show_bug.cgi?id=1408701

While implementing MTU (572eda12ad and friends), I've forgotten
to actually set MTU on the host NIC in case of hotplug. We
correctly tell qemu on the monitor what the MTU should be, but we
are not actually setting it on the host NIC.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/qemu/qemu_hotplug.c