]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainNetDefCheckABIStability: Check for MTU change too
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 30 Aug 2018 12:11:36 +0000 (14:11 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Sep 2018 08:10:56 +0000 (10:10 +0200)
commit4ea3693104c03ac40a6595f5b9bcda58fa18afe7
tree813b0bff5bbac536b65f006ebb79b624f13e68cc
parentb48d9e939bcf32a8d6e571313637e2eefe52e117
virDomainNetDefCheckABIStability: Check for MTU change too

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

Changing MTU on a running guest is not possible and trying to do
so made us face many problems. That's why we forbid it in
5f44d7e357f61f7. However, there is still one possible path where
users can sneak in change: migration XML.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c