commit | baf74c95802347e218721dbaa331997e11fbf903 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Oct 22 17:43:37 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 27 12:29:00 2009 -0500 |
tree | 3f413f960230cbfec68d46e790aed12fde9c9810 | |
parent | 424a7f9674bb801c62b7855a8132d14ef25a36e1 [diff] |
net: add a vnet_hdr=on|off parameter This allows people to disable the IFF_VNET_HDR flag, e.g. for debugging purposes or if they know they may migrate the guest to a machine without IFF_VNET_HDR support. It also allows making the lack of IFF_VNET_HDR support an error condition, e.g. in the case where a guest is being migrated from a host which does support it. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>