mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	fix defect #4030 [DEV]'makedhcp -n' failed to add subnet info to dhcpd.conf on rhels7.0 x86_64 mn
This commit is contained in:
		| @@ -1442,7 +1442,7 @@ sub process_request | ||||
|                     next; | ||||
|                 } | ||||
|             } | ||||
|             if ($ent[1] =~ m/(remote|ipoib|ib|vlan|bond|eth|myri|man|wlan|en\d+|em\d+)/) | ||||
|             if ($ent[1] =~ m/(remote|ipoib|ib|vlan|bond|eth|myri|man|wlan|en\S*\d+|em\S*\d+)/) | ||||
|             {    #Mask out many types of interfaces, like xCAT 1.x | ||||
|                 $activenics{$ent[1]} = 1; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user