From: Matthew Booth Date: Wed, 27 Oct 2010 09:55:24 +0000 (+0100) Subject: Fix networking in the appliance. X-Git-Tag: 1.5.24~14 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=61da709722ec244da1c3c7d4f1a8706f76687cb3;hp=61da709722ec244da1c3c7d4f1a8706f76687cb3 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. ---