commit | 6720b35b8186e9c6a9f137c02f8c2c1e7c98085f | [log] [tgz] |
---|---|---|
author | Pierre Riteau <Pierre.Riteau@irisa.fr> | Wed Nov 25 18:49:34 2009 +0000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 03 09:41:35 2009 -0600 |
tree | 78a91e27a7323fb3333833f348dd7d552fed775a | |
parent | 0f2fbf40a9d1f0ccdd86bd47f17fff24666f01d9 [diff] |
net: fix TAP networking on host kernels without IFF_VNET_HDR support vnet_hdr is initialized at 1 by default. We need to reset it to 0 if the kernel doesn't support IFF_VNET_HDR. Signed-off-by: Pierre Riteau <Pierre.Riteau@irisa.fr> Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>