aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorKlaus Stengel <Klaus.Stengel@asamnet.de>2012-10-27 19:53:39 +0200
committerJan Kiszka <jan.kiszka@siemens.com>2012-11-15 10:27:14 +0100
commit9d549098244cca65f0eb8485c3bf745b333cb21f (patch)
tree1e99e6f53de11b8a1237ae481be20369084f640e /Makefile.objs
parent76738578355e5e5be7cfa6217c33551fb7b38d3d (diff)
downloadslirp-9d549098244cca65f0eb8485c3bf745b333cb21f.zip
slirp-9d549098244cca65f0eb8485c3bf745b333cb21f.tar.gz
slirp-9d549098244cca65f0eb8485c3bf745b333cb21f.tar.bz2
slirp: Add domain-search option to slirp's DHCP serverv1.3.1v1.3.0-rc2v1.3.0-rc1v1.3.0-rc0v1.3.0
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>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index bb43d3c..2daa9dc 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -1,3 +1,3 @@
-common-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o
+common-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o dnssearch.o
common-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o
common-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o arp_table.o