Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied
authorMark McLoughlin <markmc@redhat.com>
Wed, 1 Jul 2009 15:45:30 +0000 (16:45 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 9 Jul 2009 21:58:07 +0000 (16:58 -0500)
commitd026fb6dab9483869897d9d762311db8895ecca5
treeae4c4e62d10c1b110ceaf6bd4b147d05d030c57e
parent1c27a8b35ed2736a0542983facbe861d44785a44
Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied

If no tap,sndbuf= arg is supplied, we use a default value. If
TUNSETSNDBUF fails in this case, we should not abort.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c