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

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

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 9152eb5343
commit e6bfbee380

View File

@ -1,6 +1,6 @@
=head1 NAME
B<rmvlan> - It remves the vlan from the cluster.
B<rmvlan> - It remves the vlan from the cluster.
=head1 SYNOPSIS
@ -12,13 +12,13 @@ B<rmvlan> [B<-v>|B<--version>]
=head1 DESCRIPTION
The B<rmvlan> command removes the given vlan ID from the cluster. It removes the vlan id from all the swithces involved, deconfigures the nodes so that vlan adaptor (tag) will be remved, cleans up /etc/hosts, DNS and database tables for the given vlan.
The B<rmvlan> command removes the given vlan ID from the cluster. It removes the vlan id from all the swithces involved, deconfigures the nodes so that vlan adaptor (tag) will be remved, cleans up /etc/hosts, DNS and database tables for the given vlan.
For added security, the root guard and bpdu guard were enabled for the ports in this vlan by mkvlan and chvlan commands. However, the guards will not be disabled by this command. To disable them, you need to use the switch command line interface. Refer to the switch command line interface manual to see how to disable the root guard and bpdu guard for a port.
For added security, the root guard and bpdu guard were enabled for the ports in this vlan by mkvlan and chvlan commands. However, the guards will not be disabled by this command. To disable them, you need to use the switch command line interface. Refer to the switch command line interface manual to see how to disable the root guard and bpdu guard for a port.
=head1 Parameters
I<vlanid> is a unique vlan number.
I<vlanid> is a unique vlan number.
=head1 OPTIONS