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

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