2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

syntax error

This commit is contained in:
Casandra Qiu 2017-07-13 14:19:15 -04:00
parent f52c9cf041
commit 749d3d54a3

View File

@ -380,7 +380,7 @@ sub config_vlan {
{
if (!$access_vlan) {
print "NOTE: Hybrid mode will change access VLAN back to 1\n";
print "If other than 1, run the command again with access VLAN number: \n"
print "If other than 1, run the command again with access VLAN number: \n";
print " configMellanox --switches switchnames --port port --accessvlan vlan1 --allowvlan vlan2 --mode mode\n";
$access_vlan = 1;
}