2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Remove trailing spaces in file xCAT-vlan/pods/man1/chvlanports.1.pod

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 7cac248267
commit 0991b67a54

View File

@ -4,9 +4,9 @@ B<chvlanports> - It adds or removes nodes' switch interfaces for the vlan.
=head1 SYNOPSIS
B<chvlanports> I<vlanid> B<-n>|B<--nodes> I<noderange> B<-i>|B<--interface> I<nic>
B<chvlanports> I<vlanid> B<-n>|B<--nodes> I<noderange> B<-i>|B<--interface> I<nic>
B<chvlanports> I<vlanid> B<-n>|B<--nodes> I<noderange> B<-i>|B<--interface> I<nic> B<-d>|B<--delete>
B<chvlanports> I<vlanid> B<-n>|B<--nodes> I<noderange> B<-i>|B<--interface> I<nic> B<-d>|B<--delete>
B<chvlanports> [B<-h>|B<--help>]
@ -14,19 +14,19 @@ B<chvlanports> [B<-v>|B<--version>]
=head1 DESCRIPTION
The B<chvlanports> command adds nodes switch interfaces to the given vlan. If -d is specified, the nodes switch interfaces will be removed from the vlan.
The B<chvlanports> command adds nodes switch interfaces to the given vlan. If -d is specified, the nodes switch interfaces will be removed from the vlan.
This command won't create/remove vlans on switches, it just add node's switch ports into exisitng vlan or remove them from existing vlan on switch. Before calling chvlanports, the nodes switch interfaces should be configured in table switch, and vlan must already existing in switches.
=head1 Parameters
I<vlanid> is a unique vlan number.
I<vlanid> is a unique vlan number.
=head1 OPTIONS
=over 10
=item B<-n|--nodes> The nodes or groups to be added or removed. It takes the noderange format. Check the man page for noderange for details.
=item B<-n|--nodes> The nodes or groups to be added or removed. It takes the noderange format. Check the man page for noderange for details.
=item B<-i|--interface> The interface name where the vlan will be tagged on.