[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-server |
Date: |
Mon, 01 Jul 2013 14:51:54 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 06/21/2013 07:20 AM, Bas van Sisseren wrote:
> The slirp dhcp-server normally returns its own address as tftp
> nextserver for netbooting. This patch makes that address
> configurable, so it is possible to use an external tftp boot-
> environment.
>
> Signed-off-by: Bas van Sisseren <address@hidden>
> ---
> net/slirp.c | 10 ++++++++--
> +++ b/qapi-schema.json
> @@ -2537,6 +2537,8 @@
> # @dhcpstart: #optional the first of the 16 IPs the built-in DHCP server can
> # assign
> #
> +# @nextserver: #optional IP address of BOOTP server
> +#
Please mark this field as '(since 1.6)'. Does the field work for both
IPv4 and IPv6 addresses?
> # @dns: #optional guest-visible address of the virtual nameserver
> #
> # @dnssearch: #optional list of DNS suffixes to search, passed as DHCP option
> @@ -2563,6 +2565,7 @@
> '*tftp': 'str',
> '*bootfile': 'str',
> '*dhcpstart': 'str',
> + '*nextserver': 'str',
This is a command addition that libvirt can't take advantage of unless
we get introspection working in a timely manner.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-server,
Eric Blake <=