]> git.proxmox.com Git - mirror_qemu.git/commit - net/slirp.c
slirp: Add domain-search option to slirp's DHCP server
authorKlaus Stengel <Klaus.Stengel@asamnet.de>
Sat, 27 Oct 2012 17:53:39 +0000 (19:53 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 15 Nov 2012 09:27:14 +0000 (10:27 +0100)
commit63d2960bc46f63137d7fbd5ff56b81e54710d195
treed79d96216f2bab684f153fb70e2277e8a51feaca
parent1a89b60885ccc2abf7cc50275fcee70d0347425e
slirp: Add domain-search option to slirp's DHCP server

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.

[Jan: tiny style adjustments]

Signed-off-by: Klaus Stengel <Klaus.Stengel@asamnet.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
net/slirp.c
qapi-schema.json
qemu-options.hx
slirp/Makefile.objs
slirp/bootp.c
slirp/dnssearch.c [new file with mode: 0644]
slirp/libslirp.h
slirp/slirp.c
slirp/slirp.h