Fix networking in the appliance.
authorMatthew Booth <mbooth@redhat.com>
Wed, 27 Oct 2010 09:55:24 +0000 (10:55 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Oct 2010 09:59:44 +0000 (10:59 +0100)
commit61da709722ec244da1c3c7d4f1a8706f76687cb3
treec476b495fe279a596193db6f40cf8b357a947b12
parent9332031543563fd2ae6e0e8731fc770f5a5931db
Fix networking in the appliance.

Commit 4963be85 re-introduced networking to the appliance,
but didn't configure the custom network the appliance expects
since we switched to link local addressing. This patch
configures QEMU to use the custom network again.

Note that you still need to use guestfs_set_network (g, 1)
to enable user networking.
src/launch.c