mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Fixing spell check issues.
Signed-off-by: Sharath Babu <Sharath.Babu@citrix.com>
This commit is contained in:
parent
673ccee962
commit
93f6ae8282
@ -610,7 +610,7 @@ namespace XenAdmin.Core
|
||||
public static bool HasCompatibleManagementInterface(IXenConnection slaveConnection)
|
||||
{
|
||||
/* if there are non physical pifs present then the slave should have
|
||||
* only one VLAN and it has to be the managment interface.
|
||||
* only one VLAN and it has to be the management interface.
|
||||
* Bonds and cross server private networks are not allowed */
|
||||
|
||||
int numberOfNonPhysicalPifs = slaveConnection.Cache.PIFs.Count(p => !p.physical);
|
||||
|
Loading…
Reference in New Issue
Block a user