Re: [Qemu-devel] [PATCH] Add domain-search option to slirp's DHCP server

2012-11-15 Thread Jan Kiszka
On 2012-10-27 19:53, Klaus Stengel wrote: > This patch will allow the user to include the domain-search option in > replies from the built-in DHCP server. The domain suffixes can be > specified by adding dnssearch= entries to the "-net user" parameter. > > Signed-off-by: Klaus Stengel > --- > ne

[Qemu-devel] [PATCH] Add domain-search option to slirp's DHCP server

2012-10-27 Thread Klaus Stengel
This patch will allow the user to include the domain-search option in replies from the built-in DHCP server. The domain suffixes can be specified by adding dnssearch= entries to the "-net user" parameter. Signed-off-by: Klaus Stengel --- net/slirp.c | 35 +- qapi-schema.json|