diff --git a/xCAT-client/pods/man8/makehosts.8.pod b/xCAT-client/pods/man8/makehosts.8.pod index 28a33f202..f7cd5de0a 100644 --- a/xCAT-client/pods/man8/makehosts.8.pod +++ b/xCAT-client/pods/man8/makehosts.8.pod @@ -4,7 +4,7 @@ B - sets up /etc/hosts from the xCAT hosts table. =head1 SYNOPSIS -B [B<-n>] [I] [B<-l>|B<--longnamefirst>] [B<-d>] +B [B<-n>] [I] [B<-l>|B<--longnamefirst>] [B<-d>] [B<-m>|B<--mactolinklocal>] B {B<-h>|B<--help>} @@ -28,6 +28,11 @@ it will only replace the lines in the file that correspond to the nodes in the s The long name of the host will appear before the short name for each host in the /etc/hosts file. The default is short name first. +=item B<-m>|B<--mactolinklocal> + +Updates /etc/hosts file with IPv6 link local addresses, the link local address is generated +from the mac address stored in mac table. + =item B<-d> Delete rather than create records.