27a4da
From bf9c2c12aebec23c3e65fdba63aad67712df5f41 Mon Sep 17 00:00:00 2001
27a4da
From: Michael Chang <mchang@suse.com>
27a4da
Date: Tue, 5 May 2015 14:19:24 +0800
27a4da
Subject: [PATCH 253/260] grub.texi: Add net_bootp6 doument
27a4da
27a4da
Update grub documentation for net_bootp6 command.
27a4da
27a4da
Signed-off-by: Michael Chang <mchang@suse.com>
27a4da
Signed-off-by: Ken Lin <ken.lin@hpe.com>
27a4da
---
27a4da
 docs/grub.texi | 17 +++++++++++++++++
27a4da
 1 file changed, 17 insertions(+)
27a4da
27a4da
diff --git a/docs/grub.texi b/docs/grub.texi
27a4da
index 98138e04d..bd3457af9 100644
27a4da
--- a/docs/grub.texi
27a4da
+++ b/docs/grub.texi
27a4da
@@ -5159,6 +5159,7 @@ List available video modes. If resolution is given, show only matching modes.
27a4da
 * net_add_dns::                 Add a DNS server
27a4da
 * net_add_route::               Add routing entry
27a4da
 * net_bootp::                   Perform a bootp autoconfiguration
27a4da
+* net_bootp6::                  Perform a DHCPv6 autoconfiguration
27a4da
 * net_del_addr::                Remove IP address from interface
27a4da
 * net_del_dns::                 Remove a DNS server
27a4da
 * net_del_route::               Remove a route entry
27a4da
@@ -5240,6 +5241,22 @@ Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_extensionspath}
27a4da
 
27a4da
 @end deffn
27a4da
 
27a4da
+@node net_bootp6
27a4da
+@subsection net_bootp6
27a4da
+
27a4da
+@deffn Command net_bootp6 [@var{card}]
27a4da
+Perform configuration of @var{card} using DHCPv6 protocol. If no card name is
27a4da
+specified, try to configure all existing cards. If configuration was
27a4da
+successful, interface with name @var{card}@samp{:dhcp6} and configured address
27a4da
+is added to @var{card}.
27a4da
+
27a4da
+@table @samp
27a4da
+@item 1 (Domain Name Server)
27a4da
+Adds all servers from option value to the list of servers used during name
27a4da
+resolution.
27a4da
+@end table
27a4da
+
27a4da
+@end deffn
27a4da
 
27a4da
 @node net_del_addr
27a4da
 @subsection net_del_addr
27a4da
-- 
27a4da
2.13.0
27a4da