]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make umlConnectTapDevice ask brAddTap for a persistent tap device.
authorSoren Hansen <soren@linux2go.dk>
Thu, 12 Aug 2010 13:06:34 +0000 (15:06 +0200)
committerEric Blake <eblake@redhat.com>
Sat, 14 Aug 2010 16:53:25 +0000 (10:53 -0600)
commitb9e1f11a2da60b5bb7e79acbc4c48fe8b342a032
treed134f524ff69b47018b769c29661621f97f60067
parent4358f76aa4dfa0aac9736f2c55683c1304f8b078
Make umlConnectTapDevice ask brAddTap for a persistent tap device.

This patch does two things:

 * It makes umlConnectTapDevice ask brAddTap for a persistent tap by
   passing it a NULL tapfd argument.
 * Stops umlConnectTapDevice from immediately dismantling the bridge
   it just set up.

Signed-off-by: Soren Hansen <soren@linux2go.dk>
src/uml/uml_conf.c