mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Added gateway to mkay4z
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11753 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -151,6 +151,7 @@ while (!($dhcp eq 'Y' || $dhcp eq 'y' || $dhcp eq 'Yes' || $dhcp eq 'yes' || $dh | ||||
| 				'lladdr' => 'replace_lladdr', | ||||
| 				'ipaddr' => 'replace_ipaddr', | ||||
| 				'netmask' => 'replace_netmask', | ||||
| 				'gateway' => 'replace_gateway', | ||||
| 				'broadcast' => 'replace_broadcast', | ||||
| 				'network' => 'replace_network', | ||||
| 				'chanids' => 'replace_ccw_chan_ids' | ||||
| @@ -1256,7 +1257,7 @@ sub createRoutes { | ||||
|   <route> | ||||
|     <destination>$dest</destination> | ||||
|     <device>$interfaces{$i}{'device'}</device> | ||||
|     <gateway></gateway> | ||||
|     <gateway>$interfaces{$i}{'gateway'}</gateway> | ||||
|     <netmask>$interfaces{$i}{'netmask'}</netmask> | ||||
|   </route> | ||||
| END | ||||
|   | ||||
		Reference in New Issue
	
	Block a user