mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 19:20:24 +00:00
Remove trailing spaces in file xCAT-client/pods/man8/makeroutes.8.pod
This commit is contained in:
@@ -4,11 +4,11 @@ B<makeroutes> - add or delete routes to/from the os route table on nodes.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<makeroutes> [B<-r>|B<--routename> I<r1>[I<,r2...>]]
|
||||
B<makeroutes> [B<-r>|B<--routename> I<r1>[I<,r2...>]]
|
||||
|
||||
B<makeroutes> [B<-d>|B<--delete>] [B<-r>|B<--routenames> I<r1>[I<,r2...>]]
|
||||
|
||||
B<makeroutes> I<noderange> [B<-r>|B<--routename> I<r1>[I<,r2...>]]
|
||||
B<makeroutes> I<noderange> [B<-r>|B<--routename> I<r1>[I<,r2...>]]
|
||||
|
||||
B<makeroutes> I<noderange> [B<-d>|B<--delete>] [B<-r>|B<--routenames> I<r1>[I<,r2...>]]
|
||||
|
||||
@@ -18,7 +18,7 @@ B<makeroutes> [B<-h>|B<--help>|B<-v>|B<--version>]
|
||||
|
||||
The B<makeroutes> command adds or deletes routes on the management node or any given nodes. The B<noderange> specifies the nodes where the routes are to be added or removed. When the I<noderange> is omitted, the action will be done on the management node. The B<-r> option specifies the name of routes. The details of the routes are defined in the B<routes> table which contains the route name, subnet, net mask and gateway. If -r option is omitted, the names of the routes found on B<noderes.routenames> for the nodes or on B<site.mnroutenames> for the management node will be used.
|
||||
|
||||
If you want the routes be automatically setup during node deployment, first put a list of route names to B<noderes.routenames> and then add I<setroute> script name to the B<postscripts.postbootscripts> for the nodes.
|
||||
If you want the routes be automatically setup during node deployment, first put a list of route names to B<noderes.routenames> and then add I<setroute> script name to the B<postscripts.postbootscripts> for the nodes.
|
||||
|
||||
|
||||
=head1 Parameters
|
||||
@@ -34,7 +34,7 @@ I<noderange> specifies the nodes where the routes are to be added or removed. If
|
||||
|
||||
Specifies to delete the given routes. If not specified, the action is to add routes.
|
||||
|
||||
=item B<-r|--routename>
|
||||
=item B<-r|--routename>
|
||||
|
||||
Specifies a list of comma separated route names defined in the B<routes> table. If omitted, all routes defined in B<noderes.routenames> for nodes or B<site.mnroutenames> for the management node will be used.
|
||||
|
||||
|
Reference in New Issue
Block a user