Re: [Qemu-devel] [PATCH 1/1] slirp: Add domainname option to slirp's DHCP server

2018-02-16 Thread Benjamin Drung
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 > > @

Re: [Qemu-devel] [PATCH 1/1] slirp: Add domainname option to slirp's DHCP server

2018-02-16 Thread 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 @@ -160,6 +160,8 @@ # @dnssearch: list of DNS suffixes to search, passed as DHCP opt

[Qemu-devel] [PATCH 1/1] slirp: Add domainname option to slirp's DHCP server

2018-02-16 Thread Benjamin Drung
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