qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] slirp: Implement RFC2132 TFTP server name


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] slirp: Implement RFC2132 TFTP server name
Date: Fri, 24 Aug 2018 11:21:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/24/2018 08:53 AM, Fam Zheng wrote:
This new usernet option can be used to add data for option 66 (tftp
server name) in the BOOTP reply, which is useful in PXE based automatic
OS install such as OpenBSD.

Signed-off-by: Fam Zheng <address@hidden>
---

+++ b/qapi/net.json
@@ -174,6 +174,8 @@
  #
  # @guestfwd: forward guest TCP connections
  #
+# @tftp-server-name: (optional) RFC2132 "TFTP server name" string (Since 3.1)

The doc generator automatically marks up optional members these days, so you can drop '(optional)' from this line.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]