Blame SOURCES/0074-grub.texi-Add-net_bootp6-doument.patch

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