mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)
SVN-Revision: 32098
This commit is contained in:
		
							parent
							
								
									6e5242952c
								
							
						
					
					
						commit
						1760bf569a
					
				@ -22,7 +22,7 @@ proto_dhcp_setup() {
 | 
			
		||||
 | 
			
		||||
	local opt dhcpopts
 | 
			
		||||
	for opt in $reqopts; do
 | 
			
		||||
		append dhcpopts "-O opt"
 | 
			
		||||
		append dhcpopts "-O $opt"
 | 
			
		||||
	done
 | 
			
		||||
 | 
			
		||||
	[ "$broadcast" = 1 ] && broadcast="-O broadcast" || broadcast=
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user