Am Freitag, den 16.02.2018, 09:15 -0600 schrieb Eric Blake:
> On 02/16/2018 06:55 AM, Benjamin Drung wrote:
> > This patch will allow the user to include the domainname option in
> > replies from the built-in DHCP server.
> >
> > Signed-off-by: Benjamin Drung
> > ---
> > +++ b/qapi/net.json
> > @
On 02/16/2018 06:55 AM, Benjamin Drung wrote:
This patch will allow the user to include the domainname option in
replies from the built-in DHCP server.
Signed-off-by: Benjamin Drung
---
+++ b/qapi/net.json
@@ -160,6 +160,8 @@
# @dnssearch: list of DNS suffixes to search, passed as DHCP opt
This patch will allow the user to include the domainname option in
replies from the built-in DHCP server.
Signed-off-by: Benjamin Drung
---
net/slirp.c | 7 ---
qapi/net.json| 3 +++
qemu-options.hx | 7 +--
slirp/bootp.c| 8
slirp/libslirp.h | 2 +-
slirp/slirp.c