[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Set hostname in DHCP response
|
From: |
Paul Brook |
|
Subject: |
Re: [Qemu-devel] [PATCH] Set hostname in DHCP response |
|
Date: |
Sat, 11 Mar 2006 22:19:26 +0000 |
|
User-agent: |
KMail/1.9.1 |
On Friday 10 March 2006 07:35, Ed Swierk wrote:
> Here is a patch that sets the hostname in the DHCP response generated
> by qemu's user-net DHCP server, and adds a new -hostname command line
> option to specify the value.
This should be set via -net user,hostname=foo. No need for a separate option.
Paul