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
e622855
index 0615d0ed97..04ed6ac1f0 100644
15a2072
--- a/docs/grub.texi
15a2072
+++ b/docs/grub.texi
13985b0
@@ -5487,6 +5487,7 @@ This command is only available on AArch64 systems.
15a2072
 * net_add_dns::                 Add a DNS server
15a2072
 * net_add_route::               Add routing entry
46968b6
 * net_bootp::                   Perform a bootp/DHCP 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
13985b0
@@ -5611,6 +5612,22 @@ Sets environment variable @samp{net_}@var{<card>}@samp{_boot_file}
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
 
46968b6
 @node net_get_dhcp_option
46968b6
 @subsection net_get_dhcp_option