mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 09:46:55 +00:00 
			
		
		
		
	 63d2960bc4
			
		
	
	
		63d2960bc4
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			4 lines
		
	
	
		
			224 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			224 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 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
 |