mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 14:05:32 +00:00
Add the description of the sub routine get_nic_ip
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10818 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -522,6 +522,24 @@ sub ip_forwarding_enabled
|
||||
}
|
||||
return $enabled;
|
||||
}
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
=head3 get_nic_ip
|
||||
Get the ip address for the node nics
|
||||
|
||||
Arguments:
|
||||
Returns:
|
||||
Hash of the mapping of the nic and the ip addresses
|
||||
Globals:
|
||||
Error:
|
||||
none
|
||||
Example:
|
||||
xCAT::NetworkUtils->get_nic_ip()
|
||||
Comments:
|
||||
none
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
sub get_nic_ip
|
||||
{
|
||||
|
Reference in New Issue
Block a user