From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1cKLcj-0000ia-Mc for mharc-grub-devel@gnu.org; Fri, 23 Dec 2016 03:54:48 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKLcg-0000gS-LD for grub-devel@gnu.org; Fri, 23 Dec 2016 03:54:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKLcc-0005VE-Rq for grub-devel@gnu.org; Fri, 23 Dec 2016 03:54:41 -0500 Received: from g2t2354.austin.hpe.com ([15.233.44.27]:18298) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cKLcc-0005UW-MM for grub-devel@gnu.org; Fri, 23 Dec 2016 03:54:38 -0500 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id D31C24D; Fri, 23 Dec 2016 08:54:37 +0000 (UTC) Received: from hpe.com (hpe.asiapacific.hpqcorp.net [16.159.110.186]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 5DF853B; Fri, 23 Dec 2016 08:54:37 +0000 (UTC) From: Keng-Yu Lin To: grub-devel@gnu.org Cc: mchang@suse.com, ken.lin@hpe.com, ljk@hpe.com, michael.ruan@hpe.com, clayc@hpe.com, kengyu@hpe.com Subject: [PATCH 6/9] grub.texi: Add net_bootp6 doument Date: Fri, 23 Dec 2016 16:54:09 +0800 Message-Id: <1482483252-8710-7-git-send-email-kengyu@hpe.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1482483252-8710-1-git-send-email-kengyu@hpe.com> References: <1482483252-8710-1-git-send-email-kengyu@hpe.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 15.233.44.27 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 08:54:43 -0000 From: Michael Chang Update grub documentation for net_bootp6 command. Signed-off-by: Michael Chang Signed-off-by: Ken Lin --- docs/grub.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index b9ddb9b..7f7e4f4 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -5184,6 +5184,7 @@ See @uref{http://wiki.xen.org/wiki/XSM} for more detail. * net_add_dns:: Add a DNS server * net_add_route:: Add routing entry * net_bootp:: Perform a bootp autoconfiguration +* net_bootp6:: Perform a DHCPv6 autoconfiguration * net_del_addr:: Remove IP address from interface * net_del_dns:: Remove a DNS server * net_del_route:: Remove a route entry @@ -5265,6 +5266,22 @@ Sets environment variable @samp{net_}@var{}@samp{_dhcp_extensionspath} @end deffn +@node net_bootp6 +@subsection net_bootp6 + +@deffn Command net_bootp6 [@var{card}] +Perform configuration of @var{card} using DHCPv6 protocol. If no card name is +specified, try to configure all existing cards. If configuration was +successful, interface with name @var{card}@samp{:dhcp6} and configured address +is added to @var{card}. + +@table @samp +@item 1 (Domain Name Server) +Adds all servers from option value to the list of servers used during name +resolution. +@end table + +@end deffn @node net_del_addr @subsection net_del_addr -- 2.7.4