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